docs(readme): clarify npm abbrevs

This commit is contained in:
Stephan Bönnemann 2015-02-10 12:31:48 +01:00
parent 4e32c7dde0
commit 5c12e718cb

View File

@ -82,11 +82,13 @@ Note: `semantic-release` works around a limitation in `npm`'s `prepublish` step.
## How do I set this up?
First of all you need to install `semantic-release` and save it as a `devDependency`.
### Installation
First of all you need to install `semantic-release` and save it as a `devDependency`.
```bash
npm install --save-dev semantic-release
# Btw, if you're feeling lazy you can just type this it's the same thing.
npm i -D semantic-release
```