aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-05-03 14:24:21 +0200
committerGitHub <[email protected]>2023-05-03 14:24:21 +0200
commitb10abb0d30fe607941face8d9f91d682e0d3977b (patch)
treef299f0e626560c350663dd44f1a0d083cb7812a1
parentUpdate README.md (diff)
downloadzen-b10abb0d30fe607941face8d9f91d682e0d3977b.tar.xz
zen-b10abb0d30fe607941face8d9f91d682e0d3977b.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 817bfeb57..36742f312 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ frequency sampling profiler such as Superluminal Performance.
To build the code you will need Visual Studio 2022 (we use c++20 features), git and vcpkg.
* Install Visual Studio 2022
- * `winget install Microsoft.VisualStudio.2022.Professional --silent --override "--wait --quiet --add ProductLang En-us --add
+ * `winget install Microsoft.VisualStudio.2022.Professional --silent --override "--wait --quiet --add ProductLang En-us --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended"`
* Install [git](https://git-scm.com/download/win)
* You can also use `winget install git.git` if you have winget installed
* You may want to install the github CLI to manage credentials etc - `winget install github.cli`