hugo/docs/content/en/installation/macos.md
2023-10-20 09:43:56 +02:00

46 lines
1.2 KiB
Markdown

---
title: macOS
description: Install Hugo on macOS.
categories: [installation]
menu:
docs:
parent: installation
weight: 20
toc: true
weight: 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:
```sh
sudo port install hugo
```
[MacPorts]: https://www.macports.org/
{{% readfile file="/installation/_common/04-build-from-source.md" %}}
## Comparison
||Prebuilt binaries|Package managers|Build from source
:--|:--:|:--:|:--:
Easy to install?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
Easy to upgrade?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
Easy to downgrade?|:heavy_check_mark:|:heavy_check_mark: [^1]|:heavy_check_mark:
Automatic updates?|:x:|:x: [^2]|:x:
Latest version available?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
[^1]: Easy if a previous version is still installed.
[^2]: Possible but requires advanced configuration.