From 9eae60c96066b8c4ce40c7895d5081f96ba7d0ce Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 23 Jan 2024 21:32:01 +0100 Subject: [PATCH] README: update docker install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7251d3a..ba19355 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Considering debian stable distribution (Debian 12 bookworm) -- [install docker](https://docs.docker.com/engine/install/debian/#install-using-the-convenience-script), docker compose plugin is recommended, in debian stable this is `docker-compose-plugin`. +- docker: [install using the convenience script](https://docs.docker.com/engine/install/debian/#install-using-the-convenience-script) - make: some of the actions are declared in `Makefile`, you will need `sudo apt install make`. - figlet: display large texts, better visibility when running all the pilots together `sudo apt install figlet`.