From 944a27037b76db8a447b4c4878bcff8c2291a682 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 27 Jul 2023 01:04:36 +0200 Subject: [PATCH] Proper link to Docker instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ede8e7..a064329 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ### Develop (using Docker) - Install Docker - - It should boil down to adding something like `deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian bullseye stable` to your apt list + - cf [these instructions](https://docs.docker.com/engine/install/debian/#set-up-the-repository) to add Docker's apt repository - and then `apt update && apt install docker-ce` - Install Docker-compose - `pip3 install docker-compose`