From cc584ad9f5b06dd3c8e88ec37ab5c0bde125d675 Mon Sep 17 00:00:00 2001 From: niciBume Date: Sun, 31 Mar 2024 18:22:42 +0200 Subject: [PATCH] Update README.md mkdir cache on same level as race_stack install --- .docker_utils/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)