mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Add Winget installation method (#1988)
This commit is contained in:
@@ -38,6 +38,16 @@ scoop install hugo-extended
|
||||
|
||||
[Scoop]: https://scoop.sh/
|
||||
|
||||
### Winget
|
||||
|
||||
[Winget] is Microsoft's official free and open source package manager for Windows. This will install the extended edition of Hugo:
|
||||
|
||||
```sh
|
||||
winget install Hugo.Hugo.Extended
|
||||
```
|
||||
|
||||
[Winget]: https://learn.microsoft.com/en-us/windows/package-manager/
|
||||
|
||||
{{% readfile file="/installation/common/04-docker.md" %}}
|
||||
|
||||
{{% readfile file="/installation/common/05-build-from-source.md" %}}
|
||||
|
||||
Reference in New Issue
Block a user