From e316b5003ec6378497ff7c4942743a10c18533e4 Mon Sep 17 00:00:00 2001 From: tyhan999 <90073425+tyhan999@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:59:23 -0800 Subject: [PATCH] Update README.md Update the command to compile sp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 039e63d..a4974bd 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## Compile -* Run `mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release /path/to/CMakeLists.txt`. +* Run `mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release ../`. * Run `make clean && make -jN` (where N is the number of cores).