fix install documentation

This commit is contained in:
Mordechai Zuber 2015-12-08 10:11:29 +02:00
parent ad5fdb8ad6
commit 81d8e9831c
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
"language": "sh",
"content": [
"# Install the package globally",
"npm i -g <%- _.pack.name %>",
"npm i -g git-stats",
"# Initialize git hooks",
"# This is for tracking the new commits",
"curl -s https://raw.githubusercontent.com/IonicaBizau/git-stats/master/scripts/init-git-post-commit | bash"
@ -233,4 +233,4 @@
]
}
}
}
}