fix install instructions

This commit is contained in:
Mordechai Zuber 2015-12-08 10:02:23 +02:00
parent 809cb3466a
commit 8e9ad16679

View file

@ -26,7 +26,7 @@ You can install the package globally and use it as command line tool:
```sh ```sh
# Install the package globally # Install the package globally
npm i -g <%- _.pack.name %> npm i -g git-stats
# Initialize git hooks # Initialize git hooks
# This is for tracking the new commits # This is for tracking the new commits
curl -s https://raw.githubusercontent.com/IonicaBizau/git-stats/master/scripts/init-git-post-commit | bash curl -s https://raw.githubusercontent.com/IonicaBizau/git-stats/master/scripts/init-git-post-commit | bash