Skip to content

Commit

Permalink
Merge pull request cli#733 from michaelld/add_MP_to_readme
Browse files Browse the repository at this point in the history
add MacPorts usage info
  • Loading branch information
mislav authored Apr 8, 2020
2 parents c0c2862 + 60e7bb6 commit a6495a8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a6495a8

Please sign in to comment.