From f77c26dc0c402bded554d50e3494491cf7b16a24 Mon Sep 17 00:00:00 2001 From: Emile Nijssen Date: Mon, 19 Jul 2021 11:26:42 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4f451b4..0a1655b 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ $ sudo usermod -aG docker $(whoami) $ bash ``` +You might need to install docker-compose separately. For example, on a Raspberry Pi: + +```bash +sudo apt-get install docker-compose +``` + ### 2. Configure WireGuard Run these commands to prepare and configure WireGuard.