mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
1.2 KiB
1.2 KiB
title, description, categories, menu, toc, weight
| title | description | categories | menu | toc | weight | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| macOS | Install Hugo on macOS. |
|
|
true | 20 |
{{% readfile file="/installation/_common/01-editions.md" %}}
{{% readfile file="/installation/_common/02-prerequisites.md" %}}
{{% readfile file="/installation/_common/03-prebuilt-binaries.md" %}}
Package managers
{{% readfile file="/installation/_common/homebrew.md" %}}
MacPorts
MacPorts is a free and open source package manager for macOS. This will install the extended edition of Hugo:
sudo port install hugo
{{% readfile file="/installation/_common/04-build-from-source.md" %}}
Comparison
| Prebuilt binaries | Package managers | Build from source | |
|---|---|---|---|
| Easy to install? | ✔️ | ✔️ | ✔️ |
| Easy to upgrade? | ✔️ | ✔️ | ✔️ |
| Easy to downgrade? | ✔️ | ✔️ 1 | ✔️ |
| Automatic updates? | ❌ | ❌ 2 | ❌ |
| Latest version available? | ✔️ | ✔️ | ✔️ |