From 1fa8b94ade656a255908c77b850d38a42551789a Mon Sep 17 00:00:00 2001 From: niciBume Date: Sun, 31 Mar 2024 18:24:29 +0200 Subject: [PATCH] Update README.md mkdir cache on same level --- .docker_utils/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.