aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-06-29 13:22:00 +0200
committerStefan Boberg <[email protected]>2023-06-29 13:22:00 +0200
commita2c3086faccb1d58d8db30f63b3cf6cb1faf599d (patch)
tree158be820812bacb9c98114a5940a68a3ac77de56
parentFix IsProcessRunning on Windows (#335) (diff)
downloadzen-a2c3086faccb1d58d8db30f63b3cf6cb1faf599d.tar.xz
zen-a2c3086faccb1d58d8db30f63b3cf6cb1faf599d.zip
README.md update - merge from sb/proto
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5354a7f32..179ba8209 100644
--- a/README.md
+++ b/README.md
@@ -27,9 +27,8 @@ 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 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 can also use `winget install git` if you have winget installed
* You may want to install the github CLI to manage credentials etc - `winget install github.cli`
* Install [xmake](https://xmake.io/#/getting_started)
* You can also use `winget install xmake` if you have winget installed