summaryrefslogtreecommitdiffstats
path: root/docs/content/en/getting-started/installing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/getting-started/installing.md')
-rw-r--r--docs/content/en/getting-started/installing.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/content/en/getting-started/installing.md b/docs/content/en/getting-started/installing.md
index a17eebf52..bffbb777e 100644
--- a/docs/content/en/getting-started/installing.md
+++ b/docs/content/en/getting-started/installing.md
@@ -72,6 +72,12 @@ If you are on a Windows machine and use [Chocolatey][] for package management, y
choco install hugo -confirm
{{< /code >}}
+Or if you need the “extended” Sass/SCSS version:
+
+{{< code file="install-extended-with-chocolatey.ps1" >}}
+choco install hugo-extended -confirm
+{{< /code >}}
+
### Scoop (Windows)
If you are on a Windows machine and use [Scoop][] for package management, you can install Hugo with the following one-liner: