aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-05-03 14:16:27 +0200
committerGitHub <[email protected]>2023-05-03 14:16:27 +0200
commitbea73263aa32c1526e43d21cb26bfe5498eccd28 (patch)
treea163cf4eafc180b71f456511fa5283e77e511046
parentv0.2.9 (diff)
downloadzen-bea73263aa32c1526e43d21cb26bfe5498eccd28.tar.xz
zen-bea73263aa32c1526e43d21cb26bfe5498eccd28.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 e4e9c2b19..f45f306a1 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ To build the code you will need Visual Studio 2022 (we use c++20 features), git
* Install Visual Studio 2022
* Install [git](https://git-scm.com/download/win)
- * You can also use `winget install git` if you have winget installed
+ * 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`
* Install [xmake](https://xmake.io/#/getting_started)
* You can also use `winget install xmake` if you have winget installed