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:
16
README.ja.md
16
README.ja.md
@@ -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
|
||||
```
|
||||
|
||||
|
||||
## アンインストール
|
||||
|
||||
|
||||
Reference in New Issue
Block a user