diff --git a/.docker_utils/README.md b/.docker_utils/README.md index af448c9..e29074b 100644 --- a/.docker_utils/README.md +++ b/.docker_utils/README.md @@ -45,7 +45,7 @@ This should take much less time, less than 1 minute. 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. @@ -119,4 +119,4 @@ cd ``` --- -[Go back to the main README](../README.md) \ No newline at end of file +[Go back to the main README](../README.md)