From 8ea6a0d397b187244ab4361e4de9fb6fb3568b40 Mon Sep 17 00:00:00 2001 From: swittl <simon.wittl@th-deg.de> Date: Mon, 15 Jul 2024 13:15:02 +0200 Subject: [PATCH] readme update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2d05b2..30d038d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ C:\dev\ros2_humble\setup.ps1 ``` 5. Build the modules. Use the following command from the main folder of this repo: -```colcon build --merge-install``` +```shell +colcon build --merge-install +``` 6. Launch all or single modules. ### Folder Structure (after building) -- GitLab