erisu commented on a change in pull request #1103:
URL: https://github.com/apache/cordova-docs/pull/1103#discussion_r465689564



##########
File path: www/docs/en/dev/guide/platforms/ios/index.md
##########
@@ -69,10 +69,20 @@ $ xcode-select --install
 The [ios-deploy](https://www.npmjs.org/package/ios-deploy) tools allow you
 to launch iOS apps on an iOS Device from the command-line.
 
-To install it, run the following from command-line terminal:
+Install ios-deploy via [Homebrew](https://brew.sh/) by running:
 
 ```bash
-$ npm install -g ios-deploy
+$ brew install ios-deploy

Review comment:
       ```
   $ brew info ios-deploy
   ios-deploy: stable 1.10.0 (bottled), HEAD
   ```
   `brew` has version `1.10.0` released.
   
   ```
   $ npm info ios-deploy
   [email protected] | GPLv3 | deps: none | versions: 41
   ```
   `npm` has version `1.11.0` released.
   
   Just for information, `npm` is newer.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to