mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Merge commit 'e509cac533600cf4fa8382c9cdab78ddd82db688'
This commit is contained in:
@@ -9,15 +9,15 @@ menu:
|
||||
toc: true
|
||||
weight: 20
|
||||
---
|
||||
{{% readfile file="/installation/common/01-editions.md" %}}
|
||||
{{% readfile file="/installation/_common/01-editions.md" %}}
|
||||
|
||||
{{% readfile file="/installation/common/02-prerequisites.md" %}}
|
||||
{{% readfile file="/installation/_common/02-prerequisites.md" %}}
|
||||
|
||||
{{% readfile file="/installation/common/03-prebuilt-binaries.md" %}}
|
||||
{{% readfile file="/installation/_common/03-prebuilt-binaries.md" %}}
|
||||
|
||||
## Package managers
|
||||
|
||||
{{% readfile file="/installation/common/homebrew.md" %}}
|
||||
{{% readfile file="/installation/_common/homebrew.md" %}}
|
||||
|
||||
### MacPorts
|
||||
|
||||
@@ -29,19 +29,17 @@ sudo port install hugo
|
||||
|
||||
[MacPorts]: https://www.macports.org/
|
||||
|
||||
{{% readfile file="/installation/common/04-docker.md" %}}
|
||||
|
||||
{{% readfile file="/installation/common/05-build-from-source.md" %}}
|
||||
{{% readfile file="/installation/_common/04-build-from-source.md" %}}
|
||||
|
||||
## Comparison
|
||||
|
||||
||Prebuilt binaries|Package managers|Docker|Build from source
|
||||
:--|:--:|:--:|:--:|:--:|:--:
|
||||
Easy to install?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
|
||||
Easy to upgrade?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
|
||||
Easy to downgrade?|:heavy_check_mark:|:heavy_check_mark: [^1]|:heavy_check_mark:|:heavy_check_mark:
|
||||
Automatic updates?|:x:|:x: [^2]|:x: [^2]|:x:
|
||||
Latest version available?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
|
||||
||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.
|
||||
|
Reference in New Issue
Block a user