Include winget command to uninstall

This commit is contained in:
Joe Mooring 2025-01-23 09:56:26 -08:00 committed by GitHub
parent 73a01565c5
commit 2ca9da4af8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" %}}