diff --git a/README.md b/README.md index 21a0f59..fea72f2 100644 --- a/README.md +++ b/README.md @@ -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