0
0
mirror of https://github.com/thegeeklab/retry.git synced 2024-11-24 12:20:39 +00:00

Update README.md

rejected from homebrew-core :'-(   Please star this project if you want to help.
This commit is contained in:
Neville Kadwa 2018-01-23 15:34:43 -05:00 committed by GitHub
parent 7dfebe7751
commit 1db17383bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,17 @@ 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: 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, spark is also on Homebrew:
`brew install retry` ```
brew pull 23206
brew install retry
```
~~Not popular enough for homebrew-core. Please star this project to help.~~
### Usage ### Usage