docs(readme): clarify npm abbrevs
This commit is contained in:
parent
4e32c7dde0
commit
5c12e718cb
@ -82,11 +82,13 @@ Note: `semantic-release` works around a limitation in `npm`'s `prepublish` step.
|
|||||||
|
|
||||||
## How do I set this up?
|
## How do I set this up?
|
||||||
|
|
||||||
First of all you need to install `semantic-release` and save it as a `devDependency`.
|
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
First of all you need to install `semantic-release` and save it as a `devDependency`.
|
||||||
|
|
||||||
```bash
|
```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
|
npm i -D semantic-release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user