From 7b4d8151e92a79dbd659b2693d31093ed67aaaf1 Mon Sep 17 00:00:00 2001 From: pit-ray <42631247+pit-ray@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:54:55 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3805a778..eedaec46 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ For more information on default mappings, please visit our [website](https://pit #### Debug ```bash -$ cmake -B builg -G "Visual Studio 16 2019" . +$ cmake -B build . $ cmake --build build $ ./build/Debug/win-vind.exe ``` @@ -157,7 +157,7 @@ $ ./build/Debug/win-vind.exe #### Release ```bash -$ cmake -B build -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 16 2019" . +$ cmake -B build -DCMAKE_BUILD_TYPE=Release . $ cmake --build build --config Release $ ./build/Release/win-vind.exe ```