From 00e7812239fe82d5bb042f2e360ba1afa6e5f08c Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:55:35 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7a0029a..7958607 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,10 @@ docker compose exec my_example bash ``` docker compose run my_example example_program ``` +You will find that example_program does not exist. Try using rqt for example: +``` +docker compose run my_example rqt +``` ## Next steps ### Fork this repository and make it your own