Merge pull request #77 from M-Zuber/patch-2

fix install documentation
This commit is contained in:
Ionică Bizău 2015-12-08 10:11:58 +02:00
commit 77b1d03ac2

View file

@ -85,7 +85,7 @@
"language": "sh", "language": "sh",
"content": [ "content": [
"# 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"