Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f00750e

Browse files
harensLee-W
authored andcommitted
Add Homebrew Instructions
1 parent f1577b3 commit f00750e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?st
55
release](https://img.shields.io/pypi/v/commitizen.svg?style=flat-square)](https://pypi.org/project/commitizen/)
66
[![Supported
77
versions](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
6263
poetry 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

0 commit comments

Comments
 (0)