From 9781fa0cd913216e62b321802853d0a6dc135173 Mon Sep 17 00:00:00 2001 From: Jorens Shtekels Date: Sun, 10 Mar 2024 19:46:40 +0200 Subject: [PATCH] merge readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d116405..128940f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Compilation on Linux requires cmake and CXX compiler (e.g., g++). ### ninja ```bash -cmake -G ninja -B build +cmake -Gninja -Bbuild cd build ninja ./main @@ -32,7 +32,7 @@ ninja ### Make ```bash -cmake -B build +cmake -Bbuild cd build make ./main