diff --git a/README.md b/README.md index 8cb965a..e855908 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Because `revelation` package is not maintained anymore and newest ubuntu release ```bash -// Do not forget `xhost +local:` on host. -// To run revelation, just build ubuntu:18.04, install revelation and run via ENTRYPOINT [ "/usr/bin/dbus-run-session", "/usr/bin/revelation" ] +# Do not forget `xhost +local:` on host. +# To run revelation, just build ubuntu:18.04, install revelation and run via ENTRYPOINT [ "/usr/bin/dbus-run-session", "/usr/bin/revelation" ] alias revelation='xhost +local:; docker run --rm -v /home/master:/home/master -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v $XAUTHORITY:/tmp/.host_Xauthority:ro -dti revelation revelation' ```