Skip to content

Commit

Permalink
Add Winget installation method (#1988)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored Mar 24, 2023
1 parent d6c5f94 commit 31269ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/en/installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}}
Expand Down

0 comments on commit 31269ba

Please sign in to comment.