diff --git a/.docker_utils/README.md b/.docker_utils/README.md index e29074b..a82d4ee 100644 --- a/.docker_utils/README.md +++ b/.docker_utils/README.md @@ -86,7 +86,7 @@ docker compose build nuc It can be done with the following command: ```bash cd -mkdir -p ../../cache/noetic/build ../../cache/noetic/devel ../../cache/noetic/logs +mkdir -p ../cache/noetic/build ../cache/noetic/devel ../cache/noetic/logs ``` **Note**: In case it is particularly problematic to create such a folder structure two parent directories up, it can also be created just one directoy up, but the cache mounting point must be changed in the devcontainer.json for the build, devel and log folder.