Skip to content

Commit

Permalink
Fix WinGet install instructions (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle authored Dec 19, 2024
1 parent f8b75d2 commit e1e1f5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ 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.17736
```
Expand Down

0 comments on commit e1e1f5f

Please sign in to comment.