mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Include winget command to uninstall
This commit is contained in:
@@ -55,6 +55,12 @@ scoop install hugo-extended
|
|||||||
winget install Hugo.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/
|
[Winget]: https://learn.microsoft.com/en-us/windows/package-manager/
|
||||||
|
|
||||||
{{% include "installation/_common/04-build-from-source.md" %}}
|
{{% include "installation/_common/04-build-from-source.md" %}}
|
||||||
|
|||||||
Reference in New Issue
Block a user