Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
mkdir cache on same level
  • Loading branch information
niciBume authored Mar 31, 2024
1 parent cc584ad commit 1fa8b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker_utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ docker compose build nuc
It can be done with the following command:
```bash
cd <race_stack folder>
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.
Expand Down

0 comments on commit 1fa8b94

Please sign in to comment.