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