Skip to content

Commit

Permalink
Include winget command to uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored Jan 23, 2025
1 parent 73a0156 commit 2ca9da4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/en/installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ scoop install hugo-extended
winget install Hugo.Hugo.Extended
```

To uninstall the extended edition of Hugo:

```sh
winget uninstall --name "Hugo (Extended)"
```

[Winget]: https://learn.microsoft.com/en-us/windows/package-manager/

{{% include "installation/_common/04-build-from-source.md" %}}
Expand Down

0 comments on commit 2ca9da4

Please sign in to comment.