mirror of
https://github.com/thegeeklab/retry.git
synced 2024-11-21 23:20:40 +00:00
Update README.md
add temporary homebrew manual fix
This commit is contained in:
parent
1db17383bc
commit
a688cbf8a7
@ -13,12 +13,14 @@ retry is a shell script, so drop it somewhere and make sure it's added to your $
|
|||||||
sudo sh -c "curl https://raw.githubusercontent.com/kadwanev/retry/master/retry -o /usr/local/bin/retry && chmod +x /usr/local/bin/retry"
|
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 pull 23206
|
brew pull 23206
|
||||||
brew install retry
|
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.~~
|
~~Not popular enough for homebrew-core. Please star this project to help.~~
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
Loading…
Reference in New Issue
Block a user