From fdcba432ac85d5cbba3b232a355020ae37917cc8 Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:50:56 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74d7777..90c4f45 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # my_ros2_docker_image 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. +For now the steps below are only suited for a existing Ubuntu installation. Windows is for now not supported in this repository. ## Install dependencies needed for working with docker images and tools to make your life easier Using the official Docker convenience installer script, we will install docker and docker compose: