From 121603967c1116ac87076f0c3f5014bda63ffc2d Mon Sep 17 00:00:00 2001 From: "demian.frister" <demian.frister@kit.edu> Date: Wed, 9 Nov 2022 12:02:17 +0100 Subject: [PATCH] Update README.md docker compose --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b60b06..805a65d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Robots: 1. [Visual Studio Code](https://code.visualstudio.com/docs/remote/containers) 1. [WSL](https://learn.microsoft.com/de-de/windows/wsl/install) 2. [Docker](https://docs.docker.com/desktop/install/windows-install/) + + (sometimes you have to install with `pip install docker-compose` [docker-compose](https://docs.docker.com/compose/) as well) 3. Create a fork of this repository. 4. Clone the Repository in your WSL environment (`git clone ...`) 5. Open the repository with `code .` in the repository folder. -- GitLab