From 67b820d985f9b6139677cee28016dde85eebd704 Mon Sep 17 00:00:00 2001 From: Emile Nijssen Date: Wed, 29 Sep 2021 12:56:09 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73df501..2e43fbb 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,11 @@ If you haven't installed Docker yet, install it by running: ```bash $ curl -sSL https://get.docker.com | sh $ sudo usermod -aG docker $(whoami) -$ bash +$ exit ``` +And log in again. + You might need to install docker-compose separately. For example, on a Raspberry Pi: ```bash