diff --git a/docs/installation.md b/docs/installation.md index 4caccc4ccd1b48d31c1307c4fedc359f8ed97601..4b658cf37595c3aa746c995e9a7c453c3ae4d3da 100755 --- a/docs/installation.md +++ b/docs/installation.md @@ -8,7 +8,7 @@ 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` +* Add your local user to docker group : `/usr/sbin/usermod -aG docker MY_USER` * Run `make docker-build` to build the container images.