From eb19f129394307436f791efe5ad485a0c3d19e55 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 2 Aug 2026 16:22:25 +0200 Subject: change readme for correct binary name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dc1f55..eb25311 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ cmake -B build -S . -DCMAKE_BUILD_TYPE=Debug cmake --build ./build # Build -./build/chess # Run the app +./build/mono # Run the app ``` ### Details -- cgit v1.2.3