From f44042bff145a0c5dcea04852ca5a8424477cf50 Mon Sep 17 00:00:00 2001
From: SineStriker <55847490+SineStriker@users.noreply.github.com>
Date: 周日, 28 7月 2024 18:10:09 +0800
Subject: [PATCH] Merge pull request #124 from stdware/dev

---
 README.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d88e981..cfd881a 100644
--- a/README.md
+++ b/README.md
@@ -78,8 +78,8 @@
   -DCMAKE_INSTALL_PREFIX=/path/install \
   -G "Ninja Multi-Config"
 
-cmake --build build --target install --config Debug --parallel
-cmake --build build --target install/strip --config Release --parallel
+cmake --build build --target install --config Debug
+cmake --build build --target install --config Release
 ```
 You can also include this directory as a subproject if you choose CMake as your build system.
 

--
Gitblit v1.9.1