Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dflourusso committed Aug 24, 2018
1 parent 467aee0 commit cc3c0d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ module simply run:
npm install --save-dev pre-push
```

or

```
yarn add -D pre-push
```

To install it as `devDependency`. When this module is installed it will override
the existing `pre-push` file in your `.git/hooks` folder. Existing
`pre-push` hooks will be backed up as `pre-push.old` in the same repository.
Expand Down

0 comments on commit cc3c0d1

Please sign in to comment.