Merge commit '7125ad401ad043e46262afc7eca8dceb6d54bb9e'

This commit is contained in:
Bjørn Erik Pedersen
2024-01-26 08:22:42 +01:00
141 changed files with 904 additions and 813 deletions

View File

@@ -10,6 +10,11 @@ menu:
weight: 40
toc: true
---
{{% note %}}
Hugo v0.121.1 and later require at least Windows 10 or Windows Server 2016.
{{% /note %}}
{{% include "installation/_common/01-editions.md" %}}
{{% include "installation/_common/02-prerequisites.md" %}}
@@ -20,7 +25,7 @@ toc: true
### Chocolatey
[Chocolatey] is a free and open-source package manager for Windows. This will install the extended edition of Hugo:
[Chocolatey] is a free and open-source package manager for Windows. To install the extended edition of Hugo:
```sh
choco install hugo-extended
@@ -30,7 +35,7 @@ choco install hugo-extended
### Scoop
[Scoop] is a free and open-source package manager for Windows. This will install the extended edition of Hugo:
[Scoop] is a free and open-source package manager for Windows. To install the extended edition of Hugo:
```sh
scoop install hugo-extended
@@ -40,7 +45,7 @@ scoop install hugo-extended
### Winget
[Winget] is Microsoft's official free and open-source package manager for Windows. This will install the extended edition of Hugo:
[Winget] is Microsoft's official free and open-source package manager for Windows. To install the extended edition of Hugo:
```sh
winget install Hugo.Hugo.Extended