diff --git a/content/en/installation/windows.md b/content/en/installation/windows.md index e04268cd2..e66878d70 100644 --- a/content/en/installation/windows.md +++ b/content/en/installation/windows.md @@ -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" %}}