diff --git a/README.md b/README.md index ab6050c..82ecdb4 100644 --- a/README.md +++ b/README.md @@ -37,5 +37,5 @@ These libraries can be built in a standalone environment (ie, developing new fea ```bash cmake -B build -G Ninja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DCMAKE_BUILD_TYPE=Debug -cmake --build build -j $(nproc) --config Debug +cmake --build build ```