Skip to content
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.

Commit

Permalink
docs(README): Add installation step (#70)
Browse files Browse the repository at this point in the history
add information about the installation step for this package
  • Loading branch information
jasonbellamy authored and Kent C. Dodds committed Mar 8, 2017
1 parent 7a580ce commit 3c4aee9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ Or without optional scope:
<type>: <subject>
```

## Installation

This module is distributed via [npm](https://www.npmjs.com/) which is bundled with [node](https://nodejs.org/) and
should be installed as one of your project's `devDependencies`:

```
npm install --save-dev validate-commit-msg
```

## Usage

### options
Expand Down

0 comments on commit 3c4aee9

Please sign in to comment.