From 86324759867f7bdb6b85c5bbcbb608096f468440 Mon Sep 17 00:00:00 2001 From: "joachim.schmidt" <joachim.schmidt@hesge.ch> Date: Mon, 24 Feb 2025 11:41:42 +0100 Subject: [PATCH] README.md has been updated --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 144c194..8b181fe 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,7 @@ $ docker run -it \ --device=/dev/ttyUSB3 \ --device=/dev/usb* \ --mount type=bind,source=/tools,target=/tools \ - --mount type=bind,source=/data,target=/data \ - --mount type=bind,source=/home/joachim.schmidt,target=/home/joachim.schmidt \ + --mount type=bind,source=/home/<your_user_name>,target=/home/<your_user_name> \ -e DISPLAY=$DISPLAY \ -v /tmp/.X11-unix:/tmp/.X11-unix \ my-ubuntu-vitis-image -- GitLab