summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2020-12-31 16:00:46 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2020-12-31 16:00:46 +0700
commit74ea8aacb9207e74b7f6faa02049e100b62c3174 (patch)
tree97bd62688eb562d73aefcc5bcbc72fe96b0247a4 /README.md
parentc9cb65272c2fec374e4e73f0115be4283ccedcc5 (diff)
readme: minor tweak
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b124bd3ee23..2fb01696d2c 100644
--- a/README.md
+++ b/README.md
@@ -55,12 +55,12 @@ Visual Studio builds are also possible, but you still need [build environment](h
In order to generate solution and project files just run:
```
-make vs2017
+make vs2019
```
or use this command to build it directly using msbuild
```
-make vs2017 MSBUILD=1
+make vs2019 MSBUILD=1
```