From e9d163b1a811ee4f02e898bc7c2e6336d88e4a7f Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周日, 28 7月 2024 18:09:03 +0800
Subject: [PATCH] Make hit-test items auto-delete

---
 README.md |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 997d406..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.
 
@@ -111,7 +111,7 @@
 
 #### Visual Studio Project
 
-TODO
+See [Visual Studio Guide](./docs/visual-studio-guide.md) for detailed usages.
 
 ## Quick Start
 

--
Gitblit v1.9.1