diff --git a/docs/en/guides/getting-started.md b/docs/en/guides/getting-started.md index 1d7bce3bc1..9c66d14b83 100644 --- a/docs/en/guides/getting-started.md +++ b/docs/en/guides/getting-started.md @@ -10,7 +10,7 @@ It fits scenarios such as: - **Understanding a project**: exploring an unfamiliar codebase and answering questions about architecture and implementation - **Automating tasks**: batch-processing files, running builds and tests, chaining multiple scripts together -The CLI is written in TypeScript, distributed via npm, and runs on Node.js. +The CLI is written in TypeScript and is available either as a standalone binary or as an npm package. ## Installation diff --git a/docs/zh/guides/getting-started.md b/docs/zh/guides/getting-started.md index fc3f8870a3..893f0d89d7 100644 --- a/docs/zh/guides/getting-started.md +++ b/docs/zh/guides/getting-started.md @@ -10,7 +10,7 @@ Kimi Code CLI 是一个运行在终端中的 AI Agent,帮助你完成软件开 - **理解项目**:探索陌生的代码库,解答架构和实现层面的问题 - **自动化任务**:批量处理文件、运行构建与测试、串联多个脚本 -整套 CLI 以 TypeScript 编写,通过 npm 分发,运行在 Node.js 之上。 +整套 CLI 使用 TypeScript 编写,可通过独立二进制文件或 npm 包安装。 ## 安装