From 0b3d93b3555bd961925707427b4bf8f15c421ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 2 Jan 2022 22:32:30 -0300 Subject: [PATCH] Minor fix (line 50) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e097b60..1d2b245 100644 --- a/README.md +++ b/README.md @@ -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