readme: minor tweak

This commit is contained in:
Patrick Mackinlay 2020-12-31 16:00:46 +07:00
parent c9cb65272c
commit 74ea8aacb9

View File

@ -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
```