From c12cf0a2dce789512b02cc92ae50804caa08a59c Mon Sep 17 00:00:00 2001 From: Hang Cui Date: Mon, 3 Nov 2025 10:33:35 -0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81d217f..f0deb8b 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,21 @@ ```bash +# Clone the repository git clone ssh://git@gitea.cuihang1201.synology.me:2222/hangpersonal/SLAM_Docker_Env.git cd SLAM_Docker_Env +# Pull the Docker image docker pull gitea.cuihang1201.synology.me/hangpersonal/sad-workspace:latest +# Start the Docker container docker compose up -d +# Shutdown the Docker container docker compose down -``` \ No newline at end of file + +# Open http://localhost:46080/vnc.html in your web browser +# Password: abc123 +``` +