From 96827835f13709efdab66e83daca05ff723b04fc Mon Sep 17 00:00:00 2001
From: Sarah Trichet-Allaire <sarah@du-libre.org>
Date: Fri, 7 May 2021 11:58:28 +0000
Subject: [PATCH] Update installation.md

---
 docs/installation.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/installation.md b/docs/installation.md
index 570e9a099..4caccc4cc 100755
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -8,6 +8,8 @@ Installation with Docker
 
 With the Docker installation, you have all the required softwares installed in two containers (`gogocarto` and `mongo`).
 
+* Assuming user is `gogocarto`, Add user in group docker : `# /usr/sbin/usermod -aG docker gogocarto`
+
 * Run `make docker-build` to build the container images.
 
 * Run `make up` to launch the containers.
-- 
GitLab