From 41a2c215a4edc556850fcc315aa80c358f389e38 Mon Sep 17 00:00:00 2001 From: Vu Anh Son Date: Sun, 12 Sep 2021 07:08:24 +0900 Subject: [PATCH] fix: docker install on readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73df501b..a035011e 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ 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 ``` +Logout and login for the change to take effect. You might need to install docker-compose separately. For example, on a Raspberry Pi: