Skip to content

Commit c65dc84

Browse files
committed
docs(readme): Update the installation guidance
1 parent b1c8800 commit c65dc84

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@
44
[![npm downloads](https://img.shields.io/npm/dt/commitlint-plugin-prevenger.svg)](https://npmjs.com/package/commitlint-plugin-prevenger)
55
[![License](https://img.shields.io/github/license/rizqyfahmi/commitlint-plugin-prevenger.svg)](https://github.com/rizqyfahmi/commitlint-plugin-prevenger/blob/master/LICENSE)
66
[![codecov](https://codecov.io/gh/rizqyfahmi/commitlint-plugin-prevenger/branch/master/graph/badge.svg)](https://codecov.io/gh/rizqyfahmi/commitlint-plugin-prevenger)
7+
[![CI](https://github.com/rizqyfahmi/commitlint-plugin-prevenger/actions/workflows/ci.yaml/badge.svg)](https://github.com/rizqyfahmi/commitlint-plugin-prevenger/actions/workflows/ci.yaml)
8+
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
9+
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
10+
11+
712

813
Make your git commit message much more elegant
914

1015
## Installation
1116

12-
```bash
13-
npm i commitlint-plugin-prevenger --save-dev
17+
```sh
18+
npm i @commitlint/cli @commitlint/config-conventional commitlint-plugin-prevenger --save-dev
1419
```
1520

1621
## Usage
@@ -25,4 +30,4 @@ module.exports = {
2530
]
2631
}
2732
}
28-
```
33+
```

0 commit comments

Comments
 (0)