Update README.md

This commit is contained in:
bjoernellens1 2023-10-23 14:49:26 +02:00 committed by GitHub
parent 1078c58192
commit 8ce4b1e278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
This template repository should give a good overview on how to build your own ROS2 development instance and produce a new hosted docker image out of it. This template repository should give a good overview on how to build your own ROS2 development instance and produce a new hosted docker image out of it.
## Install dependencies needed for working with docker images and tools to make your life easier ## Install dependencies needed for working with docker images and tools to make your life easier
Using the official Docker convenience instaler script, we will install docker and docker compose: Using the official Docker convenience installer script, we will install docker and docker compose:
``` ```
curl -fsSL https://get.docker.com -o get-docker.sh curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh sudo sh get-docker.sh