docs: wrap test commands in code block
This commit is contained in:
@@ -231,10 +231,12 @@ A script is provided to automate generation and open the solution in Visual Stud
|
|||||||
### Cross-Platform (CLI)
|
### Cross-Platform (CLI)
|
||||||
To build and run manually from the terminal:
|
To build and run manually from the terminal:
|
||||||
|
|
||||||
|
```bash
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake .. -DSEALLIB_TEST=ON
|
cmake .. -DSEALLIB_TEST=ON
|
||||||
cmake --build .
|
cmake --build .
|
||||||
./seallib-test
|
./seallib-test
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user