From e3f6bd79c9974ae808925d2912494e6267fbc7f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Wed, 11 Feb 2015 20:08:49 +0200 Subject: [PATCH] Updated the branch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62f6577..3f657e7 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ The way I recommend to track your git commits is to use git hooks. Run the follo ```sh # Using curl -curl -s https://raw.githubusercontent.com/IonicaBizau/git-stats/git-hooks/scripts/init-git-post-commit | bash +curl -s https://raw.githubusercontent.com/IonicaBizau/git-stats/master/scripts/init-git-post-commit | bash # ...or wget -wget -qO- https://raw.githubusercontent.com/IonicaBizau/git-stats/git-hooks/scripts/init-git-post-commit | bash +wget -qO- https://raw.githubusercontent.com/IonicaBizau/git-stats/master/scripts/init-git-post-commit | bash ``` Then, you have to run `git init` into your existing git repositories from your local machine (that's because the `post-commit` should be updated). This