From e05095f51f92012ba7effd582590256f7475049e Mon Sep 17 00:00:00 2001 From: Xinjie Date: Sat, 2 Aug 2025 13:07:41 +0800 Subject: [PATCH] chore(docs): Update readme. (#31) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6e507b..7029fd4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ bash install.sh basic ### ✅ Starting from Docker -We provide a pre-built Docker image on [Docker Hub](https://hub.docker.com/repository/docker/wangxinjie/embodiedgen) with a configured environment for your convenience. For more details, please refer to [Docker documentation](https://github.com/HorizonRobotics/EmbodiedGen/docker/README.md). +We provide a pre-built Docker image on [Docker Hub](https://hub.docker.com/repository/docker/wangxinjie/embodiedgen) with a configured environment for your convenience. For more details, please refer to [Docker documentation](https://github.com/HorizonRobotics/EmbodiedGen/tree/master/docker). > **Note:** Model checkpoints are not included in the image, they will be automatically downloaded on first run. You still need to set up the GPT Agent manually.