diff --git a/README.md b/README.md index 47fcee0..cf5ac31 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If you just want to use CMake to build the project, jump into sections *1. Intro # inside the IMPACT-T src/ directory: cmake -S . -B build cmake --build build -# the executable in now in build/bin/ +# the executable in now in build/ # this command needs sudo if you install into system paths: cmake --build build --target install