Skip to content

Commit 6b8ac42

Browse files
Aleksandar IvanovskiLee-W
Aleksandar Ivanovski
authored andcommitted
docs(README.md): include older version of poetry
1 parent 5c335f5 commit 6b8ac42

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,18 @@ You can add it to your local project using one of these:
5858
pip install -U commitizen
5959
```
6060

61+
for Poetry >= 1.2.0:
62+
6163
```bash
6264
poetry add commitizen --group dev
6365
```
6466

67+
for Poetry < 1.2.0:
68+
69+
```bash
70+
poetry add commitizen --dev
71+
```
72+
6573
### macOS
6674

6775
On macOS, it can also be installed via [homebrew](https://formulae.brew.sh/formula/commitizen):

0 commit comments

Comments
 (0)