From 2ca9da4af83875c32a5e6bb818ec80019194eaf7 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 23 Jan 2025 09:56:26 -0800 Subject: [PATCH] Include winget command to uninstall --- content/en/installation/windows.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/installation/windows.md b/content/en/installation/windows.md index e04268cd20..e66878d708 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" %}}