mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 13:22:11 +01:00
fix install instructions
This commit is contained in:
parent
809cb3466a
commit
8e9ad16679
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
@ -216,4 +216,4 @@ If you are using this library in one of your projects, add it in this list. :spa
|
||||||
[license]: http://showalicense.com/?fullname=Ionic%C4%83%20Biz%C4%83u%20%3Cbizauionica%40gmail.com%3E%20(http%3A%2F%2Fionicabizau.net)&year=2015#license-mit
|
[license]: http://showalicense.com/?fullname=Ionic%C4%83%20Biz%C4%83u%20%3Cbizauionica%40gmail.com%3E%20(http%3A%2F%2Fionicabizau.net)&year=2015#license-mit
|
||||||
[website]: http://ionicabizau.net
|
[website]: http://ionicabizau.net
|
||||||
[contributing]: /CONTRIBUTING.md
|
[contributing]: /CONTRIBUTING.md
|
||||||
[docs]: /DOCUMENTATION.md
|
[docs]: /DOCUMENTATION.md
|
||||||
|
|
Loading…
Reference in a new issue