From 05f26d154f73f3e9322f047bf4f0aa8c5c9cc81b Mon Sep 17 00:00:00 2001 From: neru <2+neru@noreply.localhost> Date: Wed, 13 May 2026 12:18:10 -0300 Subject: [PATCH] docs: wrap test commands in code block --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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