From 5141c42e3c779eddf6ac16708bf9a30650d16614 Mon Sep 17 00:00:00 2001 From: alaa-alghazouli Date: Wed, 18 Feb 2026 09:16:04 +0100 Subject: [PATCH] fix(readme): swap installation instructions for international languages --- README.ja.md | 16 ++++++++-------- README.ko.md | 16 ++++++++-------- README.zh-cn.md | 16 ++++++++-------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README.ja.md b/README.ja.md index 1fe9378a0..35baa3e62 100644 --- a/README.ja.md +++ b/README.ja.md @@ -234,6 +234,14 @@ Windows から Linux に初めて乗り換えた時のこと、自分の思い ### 人間の方へ +インストールガイドを取得して、その指示に従ってください: + +```bash +curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/docs/guide/installation.md +``` + +### LLM エージェントの方へ + 以下のプロンプトをコピーして、LLM エージェント(Claude Code、AmpCode、Cursor など)に貼り付けてください: ``` @@ -243,14 +251,6 @@ https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/ または [インストールガイド](docs/guide/installation.md) を直接読んでください。ただし、エージェントに任せることを強くお勧めします。人間はミスをしますが、エージェントはしません。 -### LLM エージェントの方へ - -インストールガイドを取得して、その指示に従ってください: - -```bash -curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/docs/guide/installation.md -``` - ## アンインストール diff --git a/README.ko.md b/README.ko.md index 606a24e89..9d53dad4a 100644 --- a/README.ko.md +++ b/README.ko.md @@ -245,6 +245,14 @@ Hey please read this readme and tell me why it is different from other agent har ### 인간을 위한 +설치 가이드를 가져와서 따르세요: + +```bash +curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/docs/guide/installation.md +``` + +### LLM 에이전트를 위한 + 이 프롬프트를 LLM 에이전트(Claude Code, AmpCode, Cursor 등)에 복사하여 붙여넣으세요: ``` @@ -254,14 +262,6 @@ https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/ 또는 [설치 가이드](docs/guide/installation.md)를 직접 읽으세요 — 하지만 **에이전트가 처리하도록 하는 것을 강력히 권장합니다. 인간은 실수를 합니다.** -### LLM 에이전트를 위한 - -설치 가이드를 가져와서 따르세요: - -```bash -curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/docs/guide/installation.md -``` - ## 제거 oh-my-opencode를 제거하려면: diff --git a/README.zh-cn.md b/README.zh-cn.md index 5c8a398e9..da0a9f218 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -241,6 +241,14 @@ ### 面向人类用户 +获取安装指南并按照说明操作: + +```bash +curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/docs/guide/installation.md +``` + +### 面向 LLM 智能体 + 复制以下提示并粘贴到你的 LLM 智能体(Claude Code、AmpCode、Cursor 等): ``` @@ -250,14 +258,6 @@ https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/ 或者直接阅读 [安装指南](docs/guide/installation.md)——但我们强烈建议让智能体来处理。人会犯错,智能体不会。 -### 面向 LLM 智能体 - -获取安装指南并按照说明操作: - -```bash -curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/docs/guide/installation.md -``` - ## 卸载 要移除 oh-my-opencode: