From 95a34cc4bb2e068807c74bb1b0a5155870930156 Mon Sep 17 00:00:00 2001 From: menzzz <2668864005@qq.com> Date: Mon, 28 Jul 2025 14:07:02 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a83b5be..b1c6be8 100755 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Following the instructions in the [CUDA Toolkit download archive](https://develo ### 1. Unzip the project and go to the corresponding directory. ```bash - cd ~/STPP_DEPLOY/NeuralTraj + cd ~/NeuralTraj ``` ### 2. Compile it. @@ -76,7 +76,7 @@ Following the instructions in the [CUDA Toolkit download archive](https://develo Open a new terminal window and type: ```bash - cd ~/STPP_DEPLOY/NeuralTraj + cd ~/NeuralTraj source devel/setup.bash ```