From e5e2a6349d9d37ad0f5a380768ac52bca598c759 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Tue, 23 Dec 2014 04:53:35 -0800 Subject: [PATCH] Clarify what npm is and how to get it --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b6f5d4b..07b4d00 100644 --- a/README.md +++ b/README.md @@ -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 ```