Skip to content

Commit

Permalink
Use brew install instead of bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Oct 14, 2014
1 parent 8ea1113 commit 5496087
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ Installation
Execute this simple bash script in Terminal. When asked for the password, enter your account. It's needed, because the utility is installed in /usr/local/bin.
``` sh
curl https://raw.githubusercontent.com/Polidea/ios-class-guard/master/install.sh | bash
brew install https://raw.githubusercontent.com/Polidea/homebrew/ios-class-guard/Library/Formula/ios-class-guard.rb
```

To install bleeding edge version:
``` sh
brew install --HEAD https://raw.githubusercontent.com/Polidea/homebrew/ios-class-guard/Library/Formula/ios-class-guard.rb
```

How to use it?
Expand Down

0 comments on commit 5496087

Please sign in to comment.