Skip to content

Commit

Permalink
Merge pull request #3 from kant/patch-1
Browse files Browse the repository at this point in the history
Minor fix (line 50)
  • Loading branch information
christofmuc authored Jan 4, 2023
2 parents e04d177 + 0b3d93b commit de79b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Using CMake and building is a simple step if the prerequisites are fulfilled. Si

cmake -S . -B builds -G "Visual Studio 15 2017 Win64"

This will generate a solution file for Visual Studio in the builds subdirctory. You can build the software to run it immediately with the command
This will generate a solution file for Visual Studio in the builds subdirectory. You can build the software to run it immediately with the command

cmake --build builds --config Release

Expand Down

0 comments on commit de79b4f

Please sign in to comment.