More winget documentation updates

This commit is contained in:
Jordan Dominion
2023-06-28 20:12:11 -04:00
parent 0b2636c9b1
commit 4a2a0ee6b9
+2 -1
View File
@@ -53,8 +53,9 @@ Check if you have `winget` by running the following command.
winget --version
```
If it returns an error that means you don't have winget. You can easily install it by running the following powershell commands:
If it returns an error that means you don't have winget. You can easily install it by running the following Windows Powershell commands:
```
Import-Module Appx
Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Microsoft.UI.Xaml/2.7.3 -OutFile .\microsoft.ui.xaml.2.7.3.zip
Expand-Archive .\microsoft.ui.xaml.2.7.3.zip
Add-AppxPackage .\microsoft.ui.xaml.2.7.3\tools\AppX\x64\Release\Microsoft.UI.Xaml.2.7.appx