From af824875850258d0ea19713b06f9d9997a639ec8 Mon Sep 17 00:00:00 2001 From: niciBume Date: Sun, 31 Mar 2024 18:54:29 +0200 Subject: [PATCH] Update INSTALLATION.md --- INSTALLATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index fae4f0b..23f4374 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -38,7 +38,7 @@ docker compose build sim_x86 Then check that the following folder structure is existing: ```bash -/../../ +/../ ... ├── cache │   └── noetic @@ -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 -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