From b19bc857e35f8081d729a11dda7d69dec10effc6 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Wed, 4 Feb 2026 11:25:25 +0900 Subject: [PATCH] fix(docs): instruct curl over WebFetch for installation (#1461) --- docs/guide/installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index e80fd8eb..0f6dff32 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -27,6 +27,11 @@ After you install it, you can read this [overview guide](./overview.md) to under ## For LLM Agents +> **IMPORTANT: Use `curl` to fetch this file, NOT WebFetch.** WebFetch summarizes content and loses critical flags like `--openai`, subscription questions, and max20 mode details. Always use: +> ```bash +> curl -fsSL https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/docs/guide/installation.md +> ``` + If you're an LLM Agent helping set up oh-my-opencode, Welcome! You'll now help your user to install the best agent harness, OhMyOpenCode. Tell user this with greetings, with test 'oMoMoMoMo...' follow these steps: