Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions hub/apps/get-started/start-here.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](https://learn.microsoft.com/windows/package-manager/winget/) for more information.
Comment thread
beth-panx marked this conversation as resolved.
Outdated
```powershell
Install-Module -Name Microsoft.WinGet.Client -Force
Repair-WinGetPackageManager -AllUsers
```

#### [Manual installation](#tab/manual)

#### Enable Developer Mode
Expand Down