diff --git a/README.md b/README.md index ffd721e..c0b139b 100644 --- a/README.md +++ b/README.md @@ -231,10 +231,12 @@ A script is provided to automate generation and open the solution in Visual Stud ### Cross-Platform (CLI) To build and run manually from the terminal: +```bash mkdir build && cd build cmake .. -DSEALLIB_TEST=ON cmake --build . ./seallib-test +``` ## License