Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petosa authored Nov 28, 2016
1 parent 0e1984a commit f1bf1fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ Note: If you clone this, make sure you install the Cordova whitelist and camera
4. Run `npm install -g cordova` with proper permissions
5. Run `ionic platform add ios` or `ionic platform add android` depending on what platform you are building it for.
6. Run `ionic build ios --release` or `ionic build android --release` to get an xCode project or an APK. You can also emulate your app or run it on a live device without building. All of those intracacies are detailed in the Ionic quick start guide. See http://ionicframework.com/docs/guide/testing.html

# Plugin Downloads
cordova plugin add cordova-plugin-camera
cordova plugin add cordova-plugin-file
cordova plugin add cordova-plugin-whitelist
cordova plugin add cordova-plugin-compat

0 comments on commit f1bf1fa

Please sign in to comment.