This commit is contained in:
justsisyphus 2026-01-19 14:58:11 +09:00
parent f935231184
commit 380b946681
2 changed files with 9 additions and 12 deletions

View File

@ -98,11 +98,6 @@ Yes, technically possible. But I cannot recommend using it.
## Contents
- [Claude OAuth Access Notice](#claude-oauth-access-notice)
- [TL;DR](#tldr)
- [FULL](#full)
- [Reviews](#reviews)
- [Contents](#contents)
- [Oh My OpenCode](#oh-my-opencode)
- [Just Skip Reading This Readme](#just-skip-reading-this-readme)
- [It's the Age of Agents](#its-the-age-of-agents)

View File

@ -2,6 +2,14 @@
## For Humans
Paste this into your llm agent session:
```
Install and configure oh-my-opencode by following the instructions here:
https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/docs/guide/installation.md
```
**Alternative, Not recommended, do this by yourself**
Run the interactive installer:
```bash
@ -15,13 +23,7 @@ npx oh-my-opencode install # alternative
Follow the prompts to configure your Claude, ChatGPT, and Gemini subscriptions. After installation, authenticate your providers as instructed.
**Alternative: Let an LLM Agent do it**
Paste this into a fresh opencode session:
```
Install and configure oh-my-opencode by following the instructions here:
https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/docs/guide/installation.md
```
After you install it, you can read this [overview guide](./overview.md) to understand more.
## For LLM Agents