summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7fcc51058d..07223be64e 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ The host has to have the following installed:
- `msbuild.exe` available in `%PATH%`. If you installed Visual Studio Community edition, the
binary can be found under:
```
- C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\<VERSION>\Bin\amd64
+ C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\amd64
```
- `bash` installed as well as a few base unix utilities, including `sed` and `tail`.