diff --git a/README.md b/README.md index aa937d1..a44aae8 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,19 @@ Install: retry is a shell script, so drop it somewhere and make sure it's added to your $PATH. Or you can use the following one-liner: -`sudo sh -c "curl https://raw.githubusercontent.com/kadwanev/retry/master/retry -o /usr/local/bin/retry && chmod +x /usr/local/bin/retry"` +```sh +sudo sh -c "curl https://raw.githubusercontent.com/kadwanev/retry/master/retry -o /usr/local/bin/retry && chmod +x /usr/local/bin/retry" +``` -If you're on OS X, spark is also on Homebrew: +If you're on OS X, retry is also on Homebrew: -`brew install retry` +``` +brew pull 23206 +brew install retry +``` +Apply fix described in https://github.com/kadwanev/retry/issues/10 + +~~Not popular enough for homebrew-core. Please star this project to help.~~ ### Usage