From 6cb5e8493c88c63605ae48e20a3281af9790f969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Tue, 24 Mar 2020 20:28:51 +0000 Subject: [PATCH] Update 'README.md' more readable docker run command --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a87e4f..91e24d2 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,10 @@ $ open -a XQuartz $ ip=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}') $ xhost + $ip 192.xxx.x.xx being added to access control list -$ docker run --rm -it -v`pwd`:/mnt -e DISPLAY=$ip:0 -v /tmp/.X11-unix:/tmp/.X11-unix gmarxcc/texstudio:0.16 +$ docker run --rm -it -v`pwd`:/mnt \ + -e DISPLAY=$ip:0 \ + -v /tmp/.X11-unix:/tmp/.X11-unix \ + gmarxcc/texstudio:0.16 root@d442a76cd169:/# ```