summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-12-03 14:53:57 +0100
committerLinus Färnstrand <linus@mullvad.net>2019-12-03 16:42:26 +0100
commit32b3ac898819ac5730cd79da911ef4a0f668f60e (patch)
tree2a11ff73245ab1d93a67d5e3945437151f16c34d
parent62550b67880da2ffdca33d6dd35c1caeada51b75 (diff)
downloadmullvadvpn-32b3ac898819ac5730cd79da911ef4a0f668f60e.tar.xz
mullvadvpn-32b3ac898819ac5730cd79da911ef4a0f668f60e.zip
Update to correct PATH for MSBuild.exe
-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`.