From 28097e94618dadd19b7b385ca3bf188753a11df9 Mon Sep 17 00:00:00 2001 From: alaa-alghazouli Date: Wed, 18 Feb 2026 09:12:07 +0100 Subject: [PATCH] fix(readme): swap installation instructions for humans and AI --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f37217b6..aa134f80 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,14 @@ 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.): ``` @@ -253,14 +261,6 @@ 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: