From 59904aa4c164543aefb93ea324b22b3b967fc5fd Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Tue, 6 Oct 2015 23:40:42 -0700 Subject: [PATCH] Updated README for new build from source instruction --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7935506..14c8ab6 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ Now install ios-deploy with the [node.js](https://nodejs.org) package manager: npm install -g ios-deploy ``` -To install from source: +To build from source: ``` -make install prefix=/usr/local +xcodebuild ``` -This will install ios-deploy in the `bin` folder of `/usr/local`, i.e. `/usr/local/bin` +This will build `ios-deploy` into the `build/Release` folder. ### OS X 10.11 El Capitan