updated homebrew location in docs

This commit is contained in:
Srinivasan Sekar 2016-01-11 23:11:16 +05:30
Родитель 78f9744349
Коммит 39f42814f8
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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
```