diff --git a/README.md b/README.md index eabcdb4..01e7cbe 100644 --- a/README.md +++ b/README.md @@ -12,20 +12,27 @@ /www/spec.html -### Hack on Nitrous.IO - -Get Set Up with the Phonegap Starter App on -[Nitrous.IO](https://www.nitrous.io) in a matter of seconds. - -[![Hack phonegap/phonegap-start on -Nitrous.IO](https://d3o0mnbgv6k92a.cloudfront.net/assets/hack-l-v1-3cc067e71372f6045e1949af9d96095b.png)](https://www.nitrous.io/hack_button?source=embed&runtime=nodejs&repo=phonegap%2Fphonegap-start&file_to_open=README.nitrous.md) - ### PhoneGap/Build Create a new app with the following repository: https://github.com/phonegap/phonegap-start.git +### Hack on nitrous.io with PhoneGap Build + +Setup [nitrous.io](https://www.nitrous.io) in a matter of seconds: + +[![Hack phonegap/phonegap-start on +Nitrous.IO](https://d3o0mnbgv6k92a.cloudfront.net/assets/hack-l-v1-3cc067e71372f6045e1949af9d96095b.png)](https://www.nitrous.io/hack_button?source=embed&runtime=nodejs&repo=phonegap%2Fphonegap-start&file_to_open=README.nitrous.md) + +Then run the following commands in the nitrous.io terminal: + +1. `cd ~/workspace/phonegap-start` +2. `npm install -g phonegap` +3. `phonegap remote build android` + +The last command requires an Adobe ID and will build your app on PhoneGap Build. + ## Updating the Application The application is based on the [Apache Cordova Hello World][cordova-app] app. diff --git a/README.nitrous.md b/README.nitrous.md deleted file mode 100644 index 85fa2cb..0000000 --- a/README.nitrous.md +++ /dev/null @@ -1,10 +0,0 @@ -# Get Set Up on Nitrous.IO - -Run the following commands in the terminal below: - -1. `cd ~/workspace/phonegap-start` -2. `npm install -g phonegap` -3. `phonegap remote build android` - -The last command requires an Adobe ID and will build your app on -Phonegap's remote build servers