From 7b88ee3b500e78e6ce6a60efe752c66f4cd244fc Mon Sep 17 00:00:00 2001 From: Ji Qiang <38738257+qianglbl@users.noreply.github.com> Date: Sun, 16 Jun 2024 11:56:18 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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