mirror of
https://github.com/appium/appium.git
synced 2026-04-29 15:01:27 -05:00
updated homebrew location in docs
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "5"
|
||||
- "4"
|
||||
- "0.12"
|
||||
after_success:
|
||||
- gulp coveralls
|
||||
|
||||
@@ -11,7 +11,7 @@ Homebrew, run the following commands in the terminal:
|
||||
|
||||
``` center
|
||||
# The first command is only required if you don't have brew installed.
|
||||
> ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
|
||||
> ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
> brew update
|
||||
> brew install ios-webkit-debug-proxy
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user