docs: wrap test commands in code block

This commit is contained in:
2026-05-13 12:18:10 -03:00
parent 648ae78ac8
commit 05f26d154f
+2
View File
@@ -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