From e605c16cd029e7734465ccb7ec9bf7c9cf889fdb Mon Sep 17 00:00:00 2001
From: Moritz Lennartz <moritzlennartz@outlook.com>
Date: Tue, 11 Jun 2024 11:22:56 +0200
Subject: [PATCH] docs: update

---
 README.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.rst b/README.rst
index 02c6da1..cd0cda6 100644
--- a/README.rst
+++ b/README.rst
@@ -58,6 +58,13 @@ Installation
 ------------
 
 This setup uses `docker` and `docker-compose`.
+In addition we use x11 forwarding for gui support. Allow users to connect to you x11 client.
+
+.. code-block:: bash
+
+   xhost +
+
+Next set up the repo.
 
 .. code-block:: bash
 
-- 
GitLab