mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-30 18:22:37 +00:00
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:
committed by
Bjørn Erik Pedersen
parent
d50aba8f06
commit
0ae8f5c19c
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user