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.
This commit is contained in:
Jørn Åne
2020-09-05 21:52:18 +02:00
committed by Bjørn Erik Pedersen
parent d50aba8f06
commit 0ae8f5c19c
+3 -1
View File
@@ -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: