Merge pull request #733 from michaelld/add_MP_to_readme

add MacPorts usage info
This commit is contained in:
Mislav Marohnić 2020-04-08 12:27:30 +02:00 committed by GitHub
commit a6495a8c0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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