From 4a2a0ee6b97ffb4845de64d0af1d96f951fcbe75 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 28 Jun 2023 20:12:11 -0400 Subject: [PATCH] More `winget` documentation updates --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 725fc06605..cabcb02197 100644 --- a/README.md +++ b/README.md @@ -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