From 4f54b48bfecac6e0e28be259d88efe9c362d6e7d Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 25 Aug 2020 10:04:53 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da0f77db..b22f621e 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,13 @@ git clone https://github.com/OpenDroneMap/WebODM --config core.autocrlf=input -- cd WebODM ./webodm.sh start ``` -* If you face any issues at the last step on Linux based system you may want to use +* If you face any issues at the last step on Linux, make sure your user is part of the docker group: ```bash -sudo ./webodm.sh start +sudo usermod -aG docker $USER +exit +(restart shell by logging out and then back-in) +./webodm.sh start ``` - * Open a Web Browser to `http://localhost:8000` (unless you are on Windows using Docker Toolbox, see below) Docker Toolbox users need to find the IP of their docker machine by running this command from the Docker Quickstart Terminal: