File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?st
55release] ( https://img.shields.io/pypi/v/commitizen.svg?style=flat-square )] ( https://pypi.org/project/commitizen/ )
66[ ![ Supported
77versions] ( https://img.shields.io/pypi/pyversions/commitizen.svg?style=flat-square )] ( https://pypi.org/project/commitizen/ )
8+ [ ![ homebrew] ( https://img.shields.io/homebrew/v/commitizen?color=teal&style=flat-square )] ( https://formulae.brew.sh/formula/commitizen )
89[ ![ Codecov] ( https://img.shields.io/codecov/c/github/commitizen-tools/commitizen.svg?style=flat-square )] ( https://codecov.io/gh/commitizen-tools/commitizen )
910
1011![ Using commitizen cli] ( images/demo.gif )
@@ -62,6 +63,14 @@ pip install -U commitizen
6263poetry add commitizen --dev
6364```
6465
66+ ### macOS
67+
68+ On macOS, it can also be installed via [ homebrew] ( https://formulae.brew.sh/formula/commitizen ) :
69+
70+ ``` bash
71+ brew install commitizen
72+ ```
73+
6574## Usage
6675
6776### Committing
You can’t perform that action at this time.
0 commit comments