diff --git a/docs/installation/autoware/docker-installation.md b/docs/installation/autoware/docker-installation.md index 1e5a6f6799b..474b5ff714a 100644 --- a/docs/installation/autoware/docker-installation.md +++ b/docs/installation/autoware/docker-installation.md @@ -126,7 +126,7 @@ Inside the container, you can run the Autoware tutorials by following these link > and re-importing all dependencies may be necessary: > > ```bash -> rm -rf src +> rm -rf src/* > vcs import src < autoware.repos > ``` diff --git a/docs/installation/autoware/source-installation.md b/docs/installation/autoware/source-installation.md index f9cc15220ba..bd2998e3b01 100644 --- a/docs/installation/autoware/source-installation.md +++ b/docs/installation/autoware/source-installation.md @@ -143,7 +143,7 @@ sudo apt-get -y install git and re-importing all dependencies may be necessary: ```bash - rm -rf src + rm -rf src/* vcs import src < autoware.repos ```