From 0ae8f5c19c24d3ad2b38acc4e5f8a5f5f574e9a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20=C3=85ne?= Date: Sat, 5 Sep 2020 21:52:18 +0200 Subject: [PATCH] Add instructions for using Macports Fix for #688, rewrite the text so it's clear that either MacPorts or Homebrew can be used to install Hugo. --- content/en/getting-started/quick-start.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index d5425062b..28b6b039b 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -29,11 +29,13 @@ For other approaches learning Hugo like book or a video tutorial refer to the [e ## Step 1: Install Hugo {{% note %}} -`Homebrew`, a package manager for `macOS`, can be installed from [brew.sh](https://brew.sh/). See [install](/getting-started/installing) if you are running Windows etc. +`Homebrew` and `MacPorts`, package managers for `macOS`, can be installed from [brew.sh](https://brew.sh/) or [macports.org](https://www.macports.org/) respectively. See [install](/getting-started/installing) if you are running Windows etc. {{% /note %}} ```bash brew install hugo +# or +port install hugo ``` To verify your new install: