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.