From c3b885d403ff2f37c4b2e07e5e7992949c5462ca Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 6 May 2023 02:29:11 -0700 Subject: docs(readme): update build instructions --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 745ed7a..78e8bf6 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,8 @@ Prebuilt binaries are located in the ### Building from source ```powershell -mkdir build -cd .\build\ -cmake .. -& "C:\Program Files\Microsoft Visual Studio\2022\Community\Msbuild\Current\Bin\MSBuild.exe" .\soyuz.sln /property:Configuration=MinSizeRel -m +cmake -B build +cmake --build build ``` ## "Startup" Support -- cgit v1.2.3