From 60e7bb624330703a200cfd61f25e83d48c39c63b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Wed, 8 Apr 2020 12:26:15 +0200 Subject: [PATCH] Tweak macOS installation docs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 52ad9c2da..1fdf1bad6 100644 --- a/README.md +++ b/README.md @@ -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`