Skip to content

Commit 704ab61

Browse files
committed
docs: Add homebrew installation instructions
Closes #42
1 parent e9dc265 commit 704ab61

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ goji is a minimal command line client for JIRA.
77

88
## Installation
99

10+
Installation on macOS using [Homebrew](https://brew.sh/):
11+
12+
```shell
13+
$ brew install kylef/formulae/goji
14+
```
15+
1016
Install goji using pip:
1117

12-
```bash
18+
```shell
1319
$ pip install goji
1420
```
1521

0 commit comments

Comments
 (0)