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 ## Contents
- [Claude OAuth Access Notice](#claude-oauth-access-notice)
- [TL;DR](#tldr)
- [FULL](#full)
- [Reviews](#reviews)
- [Contents](#contents)
- [Oh My OpenCode](#oh-my-opencode) - [Oh My OpenCode](#oh-my-opencode)
- [Just Skip Reading This Readme](#just-skip-reading-this-readme) - [Just Skip Reading This Readme](#just-skip-reading-this-readme)
- [It's the Age of Agents](#its-the-age-of-agents) - [It's the Age of Agents](#its-the-age-of-agents)

View File

@ -2,6 +2,14 @@
## For Humans ## 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: Run the interactive installer:
```bash ```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. 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** After you install it, you can read this [overview guide](./overview.md) to understand more.
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
```
## For LLM Agents ## For LLM Agents