From b2a80a13a8dd0d6d5dad34b434f74f04c2c8499b Mon Sep 17 00:00:00 2001 From: Debayan Sutradhar Date: Wed, 1 Mar 2023 12:41:36 +0530 Subject: [PATCH] Update README --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4f47f23..bd737c2 100644 --- a/README.md +++ b/README.md @@ -84,21 +84,17 @@ In case you forget to do that, you need to run the following command: git submodule update --init ``` -### Compile for Linux / MacOS +### Compile ``` cmake -B build -G Ninja -S . -DCMAKE_BUILD_TYPE=Release -cmake --build build -./build/src/rangoli +cmake --build build --parallel ``` -### Compile for Windows - -``` -cmake -B build -G Ninja -S . -DCMAKE_BUILD_TYPE=Release -cmake --build build -.\build\src\rangoli.exe -``` +### Run +- Linux: `./build/src/rangoli` +- Windows: `.\build\src\rangoli.exe` +- MacOS: `open ./build/src/rangoli.app` ## Bugs and Support