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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user