Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiolms authored Jul 25, 2023
1 parent b67fc31 commit 9ce3a84
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,18 @@ Check out the [installation instructions](#installation) and [examples](#example
## Installation

### macOS
`gk` is available from [Homebrew][brew] with the following command:
`gk` is available from [Homebrew][brew] and [MacPorts][macports] with the following command:

Homebrew:
```bash
brew install gitkraken-cli
```

MacPorts:
```bash
sudo port install gk
```

Or download it from the [releases page][] and add it to your binaries folder:

```bash
Expand Down Expand Up @@ -149,5 +155,6 @@ https://user-images.githubusercontent.com/3358707/231006608-18f3dca2-a67c-4e77-b
[documentation]: https://gitkraken.github.io/gk-cli/
[releases page]: https://github.com/gitkraken/gk-cli/releases/latest
[brew]: https://brew.sh/
[macports]: https://www.macports.org/
[winget]: https://github.com/microsoft/winget-cli
[chocolately]: https://community.chocolatey.org/packages/GKCLI

0 comments on commit 9ce3a84

Please sign in to comment.