Skip to content

Commit 46267d7

Browse files
committed
fix readme issue
1 parent cbdb085 commit 46267d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ The shared library will be found in the `build/` directory as:
8484
### Running Tests
8585

8686
```shell
87-
sh cmake --build build --target test
87+
cmake --build build --target test
8888
```
8989

9090
Or, if you want to run the tests directly:
9191

9292
```shell
93-
sh ctest --test-dir build
93+
ctest --test-dir build
9494
```
9595

9696
## Integration

0 commit comments

Comments
 (0)