hugo/docs/content/en/installation/windows.md
2023-10-20 09:43:56 +02:00

1.7 KiB

title description categories menu toc weight
Windows Install Hugo on Windows.
installation
docs
parent weight
installation 40
true 40

{{% readfile file="/installation/_common/01-editions.md" %}}

{{% readfile file="/installation/_common/02-prerequisites.md" %}}

{{% readfile file="/installation/_common/03-prebuilt-binaries.md" %}}

Package managers

Chocolatey

Chocolatey is a free and open source package manager for Windows. This will install the extended edition of Hugo:

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 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 install Hugo.Hugo.Extended

{{% readfile file="/installation/_common/04-build-from-source.md" %}}

{{% note %}} See these detailed instructions to install GCC on Windows. {{% /note %}}

Comparison

Prebuilt binaries Package managers Build from source
Easy to install? ✔️ ✔️ ✔️
Easy to upgrade? ✔️ ✔️ ✔️
Easy to downgrade? ✔️ ✔️ 1 ✔️
Automatic updates? 2
Latest version available? ✔️ ✔️ ✔️

  1. Easy if a previous version is still installed. ↩︎

  2. Possible but requires advanced configuration. ↩︎