From fc4c88513755e4f7ccaef3f576d04423886dbb45 Mon Sep 17 00:00:00 2001 From: Stefano Chiodino Date: Tue, 22 Oct 2019 15:16:40 +0100 Subject: [PATCH] Add extended version choco instructions (#703) Specify how to install the extended version using chocolatey --- content/en/getting-started/installing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/getting-started/installing.md b/content/en/getting-started/installing.md index a17eebf52..bffbb777e 100644 --- a/content/en/getting-started/installing.md +++ b/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: