Skip to content

Commit 0960cd6

Browse files
authored
Add WinGet installation commands to start-here.md (#5890)
* Add WinGet installation commands to start-here.md Added installation instructions for WinGet in the documentation when WinGet is not immediately available. * Apply suggestions from code review Co-authored-by: Beth Pan <[email protected]> * Update hub/apps/get-started/start-here.md * Fix link to 'Using WinGet' in start-here.md Updated the link for 'Using WinGet' to point to the correct index file.
1 parent 67c9703 commit 0960cd6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

hub/apps/get-started/start-here.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ winget configure -f https://aka.ms/winui-config
3030

3131
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.
3232

33+
> [!NOTE]
34+
> 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.
35+
```powershell
36+
Install-Module -Name Microsoft.WinGet.Client -Force
37+
Repair-WinGetPackageManager -AllUsers
38+
```
39+
3340
#### [Manual installation](#tab/manual)
3441

3542
#### Enable Developer Mode

0 commit comments

Comments
 (0)