From 737470a699b506685c919f2f3ffccc8112435576 Mon Sep 17 00:00:00 2001 From: Patrick Zedler Date: Thu, 18 Jan 2024 16:19:41 +0100 Subject: [PATCH] Improve README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa93af9..cdce25e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ docker run -it set-game-scala On Linux, you can run the following command instead to enable the GUI: ```bash -docker run -it -e HEADLESS=false -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix set-game-scala +sudo docker run -it -e HEADLESS=false -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix set-game-scala ``` ## License