Update README.md

This commit is contained in:
bjoernellens1 2023-10-23 14:56:13 +02:00 committed by GitHub
parent 00e7812239
commit 6b2094c28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ docker compose exec my_example bash
``` ```
docker compose run my_example example_program docker compose run my_example example_program
``` ```
You will find that example_program does not exist. Try using rqt for example: You will find that example_program does not exist. Try using rqt for instance:
``` ```
docker compose run my_example rqt docker compose run my_example rqt
``` ```