8000 docs(README): add "pre-commit install --hook-type commit-msg" command… · sopermaf/commitizen@a3019c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit a3019c8

Browse files
committed
docs(README): add "pre-commit install --hook-type commit-msg" command to pre-commit section
1 parent 085294b commit a3019c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ repos:
8888
stages: [commit-msg]
8989
```
9090
91+
After the configuration is added, you'll need to run
92+
93+
```sh
94+
pre-commit install --hook-type commit-msg
95+
```
96+
9197
Read more about the `check` command [here](https://commitizen-tools.github.io/commitizen/check/).
9298

9399
### Help

0 commit comments

Comments
 (0)
0