mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 08:08:39 -04:00
Add extended version choco instructions (#703)
Specify how to install the extended version using chocolatey
This commit is contained in:
parent
1b1e8b33c2
commit
fc4c885137
@ -72,6 +72,12 @@ If you are on a Windows machine and use [Chocolatey][] for package management, y
|
|||||||
choco install hugo -confirm
|
choco install hugo -confirm
|
||||||
{{< /code >}}
|
{{< /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)
|
### Scoop (Windows)
|
||||||
|
|
||||||
If you are on a Windows machine and use [Scoop][] for package management, you can install Hugo with the following one-liner:
|
If you are on a Windows machine and use [Scoop][] for package management, you can install Hugo with the following one-liner:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user