Skip to content

Commit c4ebbd9

Browse files
authored
Update README.md
1 parent 989f192 commit c4ebbd9

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,23 @@ Check out the [installation instructions](#installation) and [examples](#example
1414

1515
## Installation
1616

17-
`gk` is available as a downloadable binary from the [releases page][].
17+
### macOS
18+
`gk` is available from [Homebrew][brew] with the following command:
19+
20+
```bash
21+
brew install gitkraken-cli
22+
```
23+
24+
Or download it from the [releases page][] and add it to your binaries folder:
25+
26+
```bash
27+
mv ~/Downloads/gk /usr/local/bin/gk
28+
```
29+
30+
### Unix
1831

19-
### macOS and Unix
2032

21-
Add it to your binaries folder:
33+
`gk` is available as a downloadable binary from the [releases page][] and add it to your binaries folder:
2234

2335
```bash
2436
mv ~/Downloads/gk /usr/local/bin/gk
@@ -116,3 +128,4 @@ https://user-images.githubusercontent.com/3358707/231006608-18f3dca2-a67c-4e77-b
116128

117129
[documentation]: https://gitkraken.github.io/gk-cli/
118130
[releases page]: https://github.com/gitkraken/gk-cli/releases/latest
131+
[brew]: https://brew.sh/

0 commit comments

Comments
 (0)