updated README

This commit is contained in:
Morgan McMillian 2017-06-06 08:26:23 -07:00
parent 4f8535996e
commit a24bf1fcda

View file

@ -21,7 +21,7 @@ limitations under the License.
## Core build dependencies ## Core build dependencies
----
* Install Node.js (https://nodejs.org) * Install Node.js (https://nodejs.org)
* Install the latest Ionic and Cordova tools * Install the latest Ionic and Cordova tools
``` ```
@ -30,23 +30,22 @@ limitations under the License.
## Platform build dependencies ## Platform build dependencies
----
### Android #### Android
* Install either Android Studio or the command line tools * Install either Android Studio or the command line tools
* https://developer.android.com/studio/index.html#downloads * https://developer.android.com/studio/index.html#downloads
### BlackBerry 10 #### BlackBerry 10
* Install the either the Native SDK or the WebWorks SDK * Install the either the Native SDK or the WebWorks SDK
* http://developer.blackberry.com/develop/platform_choice/bb10.html * http://developer.blackberry.com/develop/platform_choice/bb10.html
### Windows #### Windows
* Install VisualStudio * Install VisualStudio
* https://www.visualstudio.com/ * https://www.visualstudio.com/
## Other build dependencies ## Other build dependencies
----
Install required node modules Install required node modules
``` ```
cd Goober cd Goober
@ -56,12 +55,12 @@ npm install
## Build and run ## Build and run
### Browser #### Browser
``` ```
ionic serve --lab ionic serve --lab
``` ```
### Android #### Android
``` ```
ionic cordova platform add android # if not yet added ionic cordova platform add android # if not yet added
ionic cordova build android ionic cordova build android