Tweak macOS installation docs

This commit is contained in:
Mislav Marohnić 2020-04-08 12:26:15 +02:00 committed by GitHub
parent efefe5a849
commit 60e7bb6243
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,17 +40,17 @@ tool. Check out our [more detailed explanation](/docs/gh-vs-hub.md) to learn mor
### macOS
`gh` is available via [brew][] and [MacPorts][].
`gh` is available via Homebrew and MacPorts.
#### brew
#### Homebrew
Install: `brew install github/gh/gh`
Upgrade: `brew update && brew upgrade gh`
Upgrade: `brew upgrade gh`
#### MacPorts
Install `sudo port install gh`
Install: `sudo port install gh`
Upgrade: `sudo port selfupdate && sudo port upgrade gh`