aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-06 02:29:11 -0700
committerFuwn <[email protected]>2023-05-06 02:29:11 -0700
commitc3b885d403ff2f37c4b2e07e5e7992949c5462ca (patch)
treecce2d4f441b8a15098fb9d48c8780a837dd25cd3 /README.md
parentdocs: bump copyright headers (diff)
downloadsoyuz-c3b885d403ff2f37c4b2e07e5e7992949c5462ca.tar.xz
soyuz-c3b885d403ff2f37c4b2e07e5e7992949c5462ca.zip
docs(readme): update build instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files 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