Fix typo in README
This commit is contained in:
@@ -9,7 +9,7 @@ To compile simply run these commands
|
|||||||
```
|
```
|
||||||
cmake -B build -S .
|
cmake -B build -S .
|
||||||
cmake --build build --parallel
|
cmake --build build --parallel
|
||||||
cmake --install .
|
cmake --install build
|
||||||
```
|
```
|
||||||
|
|
||||||
By default it use bundled libraries. If you wish to use external libraries you will may add
|
By default it use bundled libraries. If you wish to use external libraries you will may add
|
||||||
|
|||||||
Reference in New Issue
Block a user