Clarify what npm is and how to get it
This commit is contained in:
parent
5a8d7f9efb
commit
e5e2a6349d
@ -9,7 +9,12 @@ Install and debug iOS apps without using Xcode. Designed to work on un-jailbroke
|
|||||||
* Xcode 6.1 should be installed
|
* Xcode 6.1 should be installed
|
||||||
|
|
||||||
## Installation
|
## 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
|
```bash
|
||||||
$ npm install -g ios-deploy
|
$ npm install -g ios-deploy
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user