From 63bc5017e905bdf11510e5978b31e6187068a088 Mon Sep 17 00:00:00 2001
From: SineStriker <55847490+SineStriker@users.noreply.github.com>
Date: 周二, 02 7月 2024 14:25:25 +0800
Subject: [PATCH] Update README.md

---
 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