From a24bf1fcdaf609b21321ea071c172e79fa0c6c2f Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Tue, 6 Jun 2017 08:26:23 -0700 Subject: [PATCH] updated README --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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