From 276d34e2339411eb1133cc77ee205cde7fadfa60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=B1=E5=9C=B3=E6=96=B0=E6=80=9D-AI=E7=A0=94=E7=A9=B6?= =?UTF-8?q?=E9=99=A2?= Date: Thu, 21 Aug 2025 16:45:02 +0800 Subject: [PATCH] Update README.zh-CN.md Fix [BUG]ERROR: failed to build: failed to solve: dockerfile parse error on line 54: unknown instruction: /root/.bun/bin/bun --- README.zh-CN.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.zh-CN.md b/README.zh-CN.md index 5a86ab2..5f8dc2d 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -58,7 +58,7 @@ git clone https://github.com/shareAI-lab/Kode.git cd Kode # 本地构建镜像 -docker build --no-cache -t Kode . +docker build --no-cache -t kode . # 在你的项目目录中运行 cd your-project @@ -67,7 +67,7 @@ docker run -it --rm \ -v ~/.kode:/root/.kode \ -v ~/.kode.json:/root/.kode.json \ -w /workspace \ - Kode + kode ``` #### Docker 配置详情 @@ -289,4 +289,4 @@ ISC 许可证 - 详见 [LICENSE](LICENSE)。 - 📚 [文档](docs/) - 🐛 [报告问题](https://github.com/shareAI-lab/kode/issues) -- 💬 [讨论](https://github.com/shareAI-lab/kode/discussions) \ No newline at end of file +- 💬 [讨论](https://github.com/shareAI-lab/kode/discussions)