Update README.md

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

View File

@ -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