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)