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:
YeonGyu-Kim
2026-02-19 18:46:10 +09:00
parent d4e7ddc9b9
commit ca655a7deb
4 changed files with 32 additions and 32 deletions

View File

@@ -234,14 +234,6 @@ Windows から Linux に初めて乗り換えた時のこと、自分の思い
### 人間の方へ
インストールガイドを取得して、その指示に従ってください:
```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 など)に貼り付けてください:
```
@@ -251,6 +243,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
```
## アンインストール

View File

@@ -245,14 +245,6 @@ Hey please read this readme and tell me why it is different from other agent har
### 인간을 위한
설치 가이드를 가져와서 따르세요:
```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 등)에 복사하여 붙여넣으세요:
```
@@ -262,6 +254,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를 제거하려면:

View File

@@ -229,14 +229,6 @@ Hephaestus is inspired by [AmpCode's deep mode](https://ampcode.com)—autonomou
### For Humans
Fetch the installation guide and follow it:
```bash
curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/docs/guide/installation.md
```
### For LLM Agents
Copy and paste this prompt to your LLM agent (Claude Code, AmpCode, Cursor, etc.):
```
@@ -246,6 +238,14 @@ https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/
Or read the [Installation Guide](docs/guide/installation.md) directly—but **we strongly recommend letting an agent handle it. Humans make mistakes.**
### For LLM Agents
Fetch the installation guide and follow it:
```bash
curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/docs/guide/installation.md
```
## Uninstallation
To remove oh-my-opencode:

View File

@@ -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