File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff 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
2436mv ~ /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/
You can’t perform that action at this time.
0 commit comments