From d84ed77ea9682fc0df882ac0e6e3c40579b4898e Mon Sep 17 00:00:00 2001 From: Tristan Labelle Date: Thu, 19 Dec 2024 10:07:35 -0500 Subject: [PATCH] Fix WinGet install instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fd6b7f0..0a726789 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,10 @@ git submodule init git submodule update --recursive ``` -Install the required version of the Windows SDK if you don't already have it (currently 10.0.17763): +Install the required version of the Windows SDK if you don't already have it, currently `10.0.17763`. Note that the WinGet package id for that version of the Windows SDK incorrectly uses `10.0.17736` as the version number. + ``` -winget install --id Microsoft.WindowsSDK.10.0.17763 +winget install --id Microsoft.WindowsSDK.10.0.17736 ``` ### Integrated Build with CMake