Skip to content

Commit 1e13b5e

Browse files
committed
docs(npm): Install from npmjs
1 parent dbae971 commit 1e13b5e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ through a [shareable config](https://commitlint.js.org/#/concepts-shareable-conf
1212

1313
2. Install dependencies
1414
```bash
15-
# $ npm i -D @commitlint/cli @hdnet/commitlint-config
16-
# ...Oops this does not work yet. But: we'll have it in the npm registry soon.
17-
# Instead, use:
18-
19-
$ npm i -D @commitlint/cli github:HDNET/commitlint-config
15+
$ npm i -D @commitlint/cli @hdnet/commitlint-config
2016
```
2117

2218
3. Create commitlint config (i.e. `commitlint.config.js`) and extend from @hdnet/commitlint-config:

0 commit comments

Comments
 (0)