diff --git a/README.md b/README.md index 83011e47..3c3a2d7d 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ cmake .. # Linux: use cmake to configure the cmake -DUSE_OMP=OFF .. # Mac: use cmake to configure the project (OpenMP disabled) make -j 8 # build the project ctest . # run unit tests, which should have 100% tests passed +make install # install the library and CLI tools to a designated directory. ``` -After a successful build, the executables (CLI tools) are kept in the `./bin` directory. ## Documentation