diff --git a/README.md b/README.md index c31c370a..6c3a8d0e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 4823d365..a27ceec6 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -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