fix(readme): swap 'For Humans' and 'For LLM Agents' installation sections
The installation instructions were incorrectly placed: - 'For Humans' had the curl command (agent behavior) - 'For LLM Agents' had the copy-paste prompt (human action) Now correctly: - 'For Humans': Copy-paste prompt to give to LLM agent - 'For LLM Agents': Fetch raw installation guide via curl Fixed in all 4 language versions (EN, KO, JA, ZH-CN). Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
+8
-8
@@ -241,14 +241,6 @@
|
||||
|
||||
### 面向人类用户
|
||||
|
||||
获取安装指南并按照说明操作:
|
||||
|
||||
```bash
|
||||
curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/docs/guide/installation.md
|
||||
```
|
||||
|
||||
### 面向 LLM 智能体
|
||||
|
||||
复制以下提示并粘贴到你的 LLM 智能体(Claude Code、AmpCode、Cursor 等):
|
||||
|
||||
```
|
||||
@@ -258,6 +250,14 @@ https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/
|
||||
|
||||
或者直接阅读 [安装指南](docs/guide/installation.md)——但我们强烈建议让智能体来处理。人会犯错,智能体不会。
|
||||
|
||||
### 面向 LLM 智能体
|
||||
|
||||
获取安装指南并按照说明操作:
|
||||
|
||||
```bash
|
||||
curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/docs/guide/installation.md
|
||||
```
|
||||
|
||||
## 卸载
|
||||
|
||||
要移除 oh-my-opencode:
|
||||
|
||||
Reference in New Issue
Block a user