From 62b417886fd63267626af9aad9793cb86f33726b Mon Sep 17 00:00:00 2001 From: Nikita Chernyi Date: Tue, 3 Oct 2017 18:53:52 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa793d2..04949a7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ## Integration with git ```bash -sudo curl -o /usr/local/bin/git-bump -s https://raw.githubusercontent.com/rakshazi/bump.sh/master/bin && sudo chmod +x /usr/local/bin/git-bump +sudo curl -o /usr/local/bin/git-bump -s https://raw.githubusercontent.com/titanium-codes/bump.sh/master/bin && sudo chmod +x /usr/local/bin/git-bump git config --global alias.bump "git-bump" ```