Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
mkdir cache on same level as race_stack install
  • Loading branch information
niciBume authored Mar 31, 2024
1 parent f09779b commit cc584ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker_utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This should take much less time, less than 1 minute.
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 Expand Up @@ -119,4 +119,4 @@ cd <race_stack folder>
```

---
[Go back to the main README](../README.md)
[Go back to the main README](../README.md)

0 comments on commit cc584ad

Please sign in to comment.