Clarify what npm is and how to get it

This commit is contained in:
Alex Dunn 2014-12-23 04:53:35 -08:00
parent 5a8d7f9efb
commit e5e2a6349d

View File

@ -9,7 +9,12 @@ Install and debug iOS apps without using Xcode. Designed to work on un-jailbroke
* Xcode 6.1 should be installed
## Installation
ios-deploy installation is made simple using the node.js package manager. If you use [Homebrew](http://brew.sh/), install node.js:
```bash
brew install node
```
Now install ios-deploy with the node.js package manager:
```bash
$ npm install -g ios-deploy
```