Skip to content

Commit

Permalink
Update INSTALLATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niciBume authored Mar 31, 2024
1 parent 8c05772 commit af82487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ docker compose build sim_x86

Then check that the following folder structure is existing:
```bash
<race_stack directory>/../../
<race_stack directory>/../
...
├── cache
│   └── noetic
Expand All @@ -50,7 +50,7 @@ Then check that the following folder structure is existing:
It can be created from the command line, for example:
```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
```
Then launch the devcontainer from VS Code

Expand Down

0 comments on commit af82487

Please sign in to comment.