Skip to content

Commit

Permalink
Update ios-webkit-debug-proxy instalation first step command
Browse files Browse the repository at this point in the history
  • Loading branch information
maribezler committed Dec 11, 2013
1 parent c8abd03 commit 9e881f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hybrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To interrogate and interact with a web view appium establishes a connection usin
To install the latest tagged version of the ios-webkit-debug-proxy using brew, run the following commands in the terminal:
``` bash
# The first command is only required if you don't have brew installed.
> ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
> ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
> brew update
> brew install ios-webkit-debug-proxy
```
Expand Down

0 comments on commit 9e881f1

Please sign in to comment.