Skip to content

Commit

Permalink
Remove Docker notes from installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Oct 13, 2023
1 parent 84741d1 commit 0413af8
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 42 deletions.
10 changes: 0 additions & 10 deletions content/en/installation/_common/04-docker.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/en/installation/bsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ doas pkg_add hugo

[OpenBSD]: https://www.openbsd.org/

{{% readfile file="/installation/_common/05-build-from-source.md" %}}
{{% readfile file="/installation/_common/04-build-from-source.md" %}}

## Comparison

Expand Down
19 changes: 8 additions & 11 deletions content/en/installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,20 +124,17 @@ sudo eopkg install hugo

[Solus]: https://getsol.us/

{{% 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|Repository packages|Docker|Build from source
:--|:--:|:--:|:--:|:--:|:--:
Easy to install?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
Easy to upgrade?|:heavy_check_mark:|:heavy_check_mark:|varies|:heavy_check_mark:|:heavy_check_mark:
Easy to downgrade?|:heavy_check_mark:|:heavy_check_mark: [^1]|varies|:heavy_check_mark:|:heavy_check_mark:
Automatic updates?|:x:|varies [^2]|:x:|:x: [^3]|:x:
Latest version available?|:heavy_check_mark:|:heavy_check_mark:|varies|:heavy_check_mark:|:heavy_check_mark:
||Prebuilt binaries|Package managers|Repository packages|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:|varies|:heavy_check_mark:
Easy to downgrade?|:heavy_check_mark:|:heavy_check_mark: [^1]|varies|:heavy_check_mark:
Automatic updates?|:x:|varies [^2]|:x:|:x:
Latest version available?|:heavy_check_mark:|:heavy_check_mark:|varies|:heavy_check_mark:

[^1]: Easy if a previous version is still installed.
[^2]: Snap packages are automatically updated. Homebrew requires advanced configuration.
[^3]: Possible but requires advanced configuration.
18 changes: 8 additions & 10 deletions content/en/installation/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
18 changes: 8 additions & 10 deletions content/en/installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,21 @@ winget install Hugo.Hugo.Extended

[Winget]: https://learn.microsoft.com/en-us/windows/package-manager/

{{% 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" %}}

{{% note %}}
See these [detailed instructions](https://discourse.gohugo.io/t/41370) to install GCC on Windows.
{{% /note %}}

## 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: [^2]|:heavy_check_mark:|:heavy_check_mark:
Automatic updates?|:x:|:x: [^1]|:x: [^1]|: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: [^2]|:heavy_check_mark:
Automatic updates?|:x:|:x: [^1]|:x:
Latest version available?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:

[^1]: Possible but requires advanced configuration.
[^2]: Easy if a previous version is still installed.

0 comments on commit 0413af8

Please sign in to comment.