diff --git a/hub/apps/get-started/start-here.md b/hub/apps/get-started/start-here.md index bdc021ceaf..46d6f87369 100644 --- a/hub/apps/get-started/start-here.md +++ b/hub/apps/get-started/start-here.md @@ -30,6 +30,13 @@ winget configure -f https://aka.ms/winui-config To review the config file and learn more, see its [README](https://github.com/microsoft/winget-dsc/blob/main/samples/Configuration%20files/Learn%20tutorials/WinUI/README.md) on GitHub. +> [!NOTE] +> If WinGet is not available by default in your environment, you can use the following commands to install it. See [Using WinGet](../../package-manager/winget/index.md) for more information. +```powershell +Install-Module -Name Microsoft.WinGet.Client -Force +Repair-WinGetPackageManager -AllUsers +``` + #### [Manual installation](#tab/manual) #### Enable Developer Mode