From 08947c283bac96633a9e38895e9af6b29a3c3f34 Mon Sep 17 00:00:00 2001 From: Ian MacDonald Date: Wed, 4 Dec 2019 10:21:49 -0500 Subject: [PATCH] ios-deploy is now installed via homebrew, as well. See https://github.com/ios-control/ios-deploy/issues/109#issuecomment-558299912 --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 898dc5d..b306e98 100644 --- a/README.md +++ b/README.md @@ -73,12 +73,7 @@ $ brew install carthage $ brew install libimobiledevice --HEAD $ brew install ideviceinstaller $ brew install ios-webkit-debug-proxy -``` - -* [NPM](https://www.npmjs.com/): - -```shell -$ npm install -g ios-deploy +$ brew install ios-deploy ``` > For detailed information on external dependencies, please, refer to the [XCUITest](https://github.com/appium/appium-xcuitest-driver/blob/master/README.md#external-dependencies) repository.