Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Apr 26, 2024
1 parent c1a3065 commit 80a8f40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 80a8f40

Please sign in to comment.