From 1db17383bc30f791720c11110e4a121fc4a56059 Mon Sep 17 00:00:00 2001 From: Neville Kadwa Date: Tue, 23 Jan 2018 15:34:43 -0500 Subject: [PATCH 1/2] Update README.md rejected from homebrew-core :'-( Please star this project if you want to help. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa937d1..00bcc09 100644 --- a/README.md +++ b/README.md @@ -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: -`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: -`brew install retry` +``` +brew pull 23206 +brew install retry +``` +~~Not popular enough for homebrew-core. Please star this project to help.~~ ### Usage From a688cbf8a7fef09ee3ffb71833367b03aeea9b29 Mon Sep 17 00:00:00 2001 From: Neville Kadwa Date: Fri, 16 Feb 2018 14:07:04 -0500 Subject: [PATCH 2/2] Update README.md add temporary homebrew manual fix --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00bcc09..a44aae8 100644 --- a/README.md +++ b/README.md @@ -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" ``` -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 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