Merge pull request #733 from michaelld/add_MP_to_readme
add MacPorts usage info
This commit is contained in:
commit
a6495a8c0d
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue