From 80a8f40027f7e0e1735b43de14abf3e9dd7880fa Mon Sep 17 00:00:00 2001 From: actboy168 Date: Fri, 26 Apr 2024 16:51:12 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3b75f41..5e3fe45 100644 --- a/README.md +++ b/README.md @@ -29,20 +29,20 @@ compile/install.sh compile ``` -compile/build.bat(msvc) -compile/build.sh (other) +msvc > compile/build.bat +other> compile/build.sh ``` compile and skip test ``` -compile/build.bat notest(msvc) -compile/build.sh notest(other) +msvc > compile/build.bat notest +other> compile/build.sh notest ``` clean ``` -compile/build.bat -t clean(msvc) -compile/build.sh -t clean(other) +msvc > compile/build.bat -t clean +other> compile/build.sh -t clean ``` ## Quick Start