From e768c01010f208c38747278d3c8ad084b8cbc827 Mon Sep 17 00:00:00 2001 From: glide-the <2533736852@qq.com> Date: Wed, 13 Aug 2025 01:29:04 +0800 Subject: [PATCH] Update README files to reflect changes from anon-kode to kode in Docker setup instructions --- README.md | 6 +++--- README.zh-CN.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2c6e79b..0ad40c1 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ The Docker setup includes: - **Volume Mounts**: - `$(pwd):/workspace` - Mounts your current project directory - - `~/.kode:/root/.kode` - Preserves your anon-kode configuration directory between runs - - `~/.kode.json:/root/.kode.json` - Preserves your anon-kode global configuration file between runs + - `~/.kode:/root/.kode` - Preserves your kode configuration directory between runs + - `~/.kode.json:/root/.kode.json` - Preserves your kode global configuration file between runs - **Working Directory**: Set to `/workspace` inside the container @@ -88,7 +88,7 @@ The Docker setup includes: - **Cleanup**: `--rm` flag removes the container after exit -**Note**: Anon Kode uses both `~/.kode` directory for additional data (like memory files) and `~/.kode.json` file for global configuration. +**Note**: Kode uses both `~/.kode` directory for additional data (like memory files) and `~/.kode.json` file for global configuration. The first time you run the Docker command, it will build the image. Subsequent runs will use the cached image for faster startup. diff --git a/README.zh-CN.md b/README.zh-CN.md index ea69a73..f6f86fb 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -77,8 +77,8 @@ docker run -it --rm \ * **卷挂载(Volume Mounts)**: * `$(pwd):/workspace` - 挂载当前项目目录 - * `~/.kode:/root/.kode` - 在运行间保留 anon-kode 配置目录 - * `~/.kode.json:/root/.kode.json` - 在运行间保留 anon-kode 全局配置文件 + * `~/.kode:/root/.kode` - 在运行间保留 kode 配置目录 + * `~/.kode.json:/root/.kode.json` - 在运行间保留 kode 全局配置文件 * **工作目录**:容器内工作目录设置为 `/workspace` @@ -87,7 +87,7 @@ docker run -it --rm \ * **清理**:使用 `--rm` 在退出后自动删除容器 **注意**: -Anon Kode 同时使用 `~/.kode` 目录(存放额外数据,如内存文件)和 `~/.kode.json` 文件(全局配置)。 +Kode 同时使用 `~/.kode` 目录(存放额外数据,如内存文件)和 `~/.kode.json` 文件(全局配置)。 第一次运行 Docker 命令时会构建镜像,之后的运行会使用缓存镜像以加快启动速度。