Follow-up to #38089. The merged PR removed --recurse-submodules from the installer, CI, and getting-started docs, but missed the same stale clause in: - CONTRIBUTING.md (Prerequisites table) - website/docs/developer-guide/contributing.md (table + clone command) - zh-Hans mirror of the developer-guide contributing doc git-lfs is kept in the Git requirement rows since it's a separate, real prerequisite. No .gitmodules has existed since the Atropos RL submodule was removed in #26106.
This commit is contained in:
+2
-2
@@ -33,7 +33,7 @@ description: "如何为 Hermes Agent 做贡献 — 开发环境配置、代码
|
||||
|
||||
| 要求 | 说明 |
|
||||
|-------------|-------|
|
||||
| **Git** | 需支持 `--recurse-submodules`,并安装 `git-lfs` 扩展 |
|
||||
| **Git** | 需安装 `git-lfs` 扩展 |
|
||||
| **Python 3.11+** | 若未安装,uv 会自动安装 |
|
||||
| **uv** | 高速 Python 包管理器([安装](https://docs.astral.sh/uv/)) |
|
||||
| **Node.js 20+** | 可选 — 浏览器工具和 WhatsApp bridge 需要(与根目录 `package.json` engines 字段一致) |
|
||||
@@ -41,7 +41,7 @@ description: "如何为 Hermes Agent 做贡献 — 开发环境配置、代码
|
||||
### 克隆与安装
|
||||
|
||||
```bash
|
||||
git clone --recurse-submodules https://github.com/NousResearch/hermes-agent.git
|
||||
git clone https://github.com/NousResearch/hermes-agent.git
|
||||
cd hermes-agent
|
||||
|
||||
# 使用 Python 3.11 创建虚拟环境
|
||||
|
||||
Reference in New Issue
Block a user