diff --git a/content/docs/quickstart.md b/content/docs/quickstart.md index c661f29..ae0c37e 100644 --- a/content/docs/quickstart.md +++ b/content/docs/quickstart.md @@ -57,6 +57,15 @@ If you use the package manager [Chocolatey](https://chocolatey.org/), run the `c choco install hugo --confirm ``` +{{% /tab %}} +{{% tab tabName="Windows (Winget)" %}} + +Winget is Microsoft’s official free and open-source package manager for Windows. This will install the extended edition of Hugo: + +```shell +winget install Hugo.Hugo.Extended +``` + {{% /tab %}} {{% tab tabName="Windows (Scoop)" %}} @@ -309,4 +318,4 @@ content/ This is reflected in the sidebar menu with `parent-directory` functioning as a dropdown menu containing a link to the **Doc Three** post: -![sidebar parent menu example](https://res.cloudinary.com/lotuslabs/image/upload/v1684802032/Lotus%20Docs/images/sidebar_menu_example_02_jsecye.webp) \ No newline at end of file +![sidebar parent menu example](https://res.cloudinary.com/lotuslabs/image/upload/v1684802032/Lotus%20Docs/images/sidebar_menu_example_02_jsecye.webp)