summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2022-09-08 17:13:33 +0200
committerDavid Lönnhager <david.l@mullvad.net>2022-09-09 13:04:10 +0200
commit02eec84f325805909dadaa732a09b97f091e5cf6 (patch)
tree3e9c88661f883857e6b20531edddeea93b12cbcd
parentfa23459cac0f96af32b8797296e8c642c94350fe (diff)
downloadmullvadvpn-02eec84f325805909dadaa732a09b97f091e5cf6.tar.xz
mullvadvpn-02eec84f325805909dadaa732a09b97f091e5cf6.zip
Update Visual Studio version in readme
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 72bb7c1703..fca461a73e 100644
--- a/README.md
+++ b/README.md
@@ -112,15 +112,15 @@ on your platform please submit an issue or a pull request.
The host has to have the following installed:
-- Microsoft's _Build Tools for Visual Studio 2019_ (a regular installation of Visual Studio 2019
- Community edition works as well).
+- Microsoft's _Build Tools for Visual Studio 2022_ (a regular installation of Visual Studio 2022
+ Community or Pro edition works as well).
- Windows 10 SDK.
- `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\Current\Bin\amd64
+ C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64
```
- `bash` installed as well as a few base unix utilities, including `sed` and `tail`.