Fixed typo 'mkrdir' in README.md

This commit is contained in:
Patrix
2021-04-14 21:13:40 +02:00
parent f518796657
commit c933348e70

View File

@@ -50,7 +50,7 @@ depending on the target platform.
#### Visual Studio without CMake tools
- open command line in repo-directory
- type ``mkrdir build``
- type ``mkdir build``
- type ``cd build``
- type ``cmake ..``
- open visual studio .sln and compile the project