From efefe5a8493c8b5f864f42a30e549e400dbabcd1 Mon Sep 17 00:00:00 2001 From: Michael Dickens Date: Thu, 2 Apr 2020 08:49:43 -0400 Subject: [PATCH] add MacPorts usage info --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 59e378eda..52ad9c2da 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,20 @@ tool. Check out our [more detailed explanation](/docs/gh-vs-hub.md) to learn mor ### macOS +`gh` is available via [brew][] and [MacPorts][]. + +#### brew + Install: `brew install github/gh/gh` Upgrade: `brew update && brew upgrade gh` +#### MacPorts + +Install `sudo port install gh` + +Upgrade: `sudo port selfupdate && sudo port upgrade gh` + ### Windows `gh` is available via [scoop][], [Chocolatey][], and as downloadable MSI.