Skip to content

Commit 5c335f5

Browse files
Aleksandar IvanovskiLee-W
Aleksandar Ivanovski
authored andcommitted
docs(README.md): update poetry dev dependency usage
Since Poetry 1.2.0 dependency groups are introduced, and `--dev` becomes deprecated, and instead `--with dev` has to be provided.
1 parent 04ac8de commit 5c335f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pip install -U commitizen
5959
```
6060

6161
```bash
62-
poetry add commitizen --dev
62+
poetry add commitizen --group dev
6363
```
6464

6565
### macOS

0 commit comments

Comments
 (0)