Skip to content

Commit

Permalink
updated build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Mar 19, 2014
1 parent 7479410 commit 7a78238
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -2,6 +2,12 @@

Our Android/iOS app. Built with [PhoneGap](http://phonegap.com/).

To build:
To build, first you need PhoneGap version 3.0. You can get it with
[npm](http://npmjs.org).

npm install -g phonegap@3.0

Then just run the following to build and launch the app in iOS
simulation.

phonegun run ios

0 comments on commit 7a78238

Please sign in to comment.