Comma makes more sense

This commit is contained in:
teddykis 2019-10-01 00:02:07 +05:30 committed by GitHub
parent 71433c67b1
commit 0ce8e4164b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ Optionally start a user-friendly frontend on port 9966, and open it up in your b
docker run -p 9966:9966 osrm/osrm-frontend
xdg-open 'http://127.0.0.1:9966'
In case Docker complains about not being able to connect to the Docker daemon make sure you are in the `docker` group.
In case, Docker complains about not being able to connect to the Docker daemon make sure you are in the `docker` group.
sudo usermod -aG docker $USER