Skip to content

Commit 944fc3f

Browse files
committed
Update README.md
1 parent fc3af37 commit 944fc3f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ end)
6262

6363
### Build command
6464
```console
65-
xmake f --toolchain=llvm --runtimes="c++_shared" [--sdk=/opt/llvm-git] [--enable_tests=y] --yes
65+
xmake f [--toolchain=llvm] --runtimes="c++_shared" [--sdk=/opt/llvm-git] [--enable_tests=y] --yes
6666
xmake [b|build] [-vD]
6767
```
6868

@@ -71,6 +71,11 @@ xmake [b|build] [-vD]
7171
xmake [r|run]
7272
```
7373

74+
### Watch tests
75+
```console
76+
xmake watch -r
77+
```
78+
7479
[![Contribute](https://img.shields.io/badge/-Contribute-blue?style=for-the-badge)](CONTRIBUTING.md)
7580

7681
---

0 commit comments

Comments
 (0)