summaryrefslogtreecommitdiffstats
path: root/docs/content/en/installation/windows.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/installation/windows.md')
-rw-r--r--docs/content/en/installation/windows.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/content/en/installation/windows.md b/docs/content/en/installation/windows.md
index 97e767af8..719264550 100644
--- a/docs/content/en/installation/windows.md
+++ b/docs/content/en/installation/windows.md
@@ -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