Skip to content

Commit

Permalink
[doc] Update README.md with additional clarification.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbrooks committed Jun 11, 2014
1 parent 63e2242 commit 581ccca
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,24 @@ In your browser, open the file:

### PhoneGap CLI

This repository is automatically downloaded by [phonegap-cli][phonegap-cli-url].
This repository is automatically downloaded by [phonegap-cli][phonegap-cli-url]
when you create a new application.

### PhoneGap Build

Create a new app with the following repository:

https://github.com/phonegap/phonegap-start.git

### nitrous.io
### Nitrous.io

[Setup nitrous.io][nitrous].
First [setup nitrous.io][nitrous-url] to use this project.

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`
$ cd ~/workspace/phonegap-start
$ npm install -g phonegap
$ phonegap remote build android

The last command requires an Adobe ID and will build your app on PhoneGap Build.

Expand Down

0 comments on commit 581ccca

Please sign in to comment.