ios-deploy
Advanced tools
Comparing version 1.3.2 to 1.4.0
{ | ||
"name": "ios-deploy", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"description": "launch iOS apps iOS devices from the command line (Xcode 6)", | ||
@@ -5,0 +5,0 @@ "main": "ios-deploy", |
@@ -11,2 +11,13 @@ ios-deploy | ||
## 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 | ||
``` | ||
## Usage | ||
@@ -13,0 +24,0 @@ |
Sorry, the diff of this file is not supported yet
87
92368