fix(readme): swap installation instructions for international languages
This commit is contained in:
16
README.ja.md
16
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 など)に貼り付けてください:
|
以下のプロンプトをコピーして、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) を直接読んでください。ただし、エージェントに任せることを強くお勧めします。人間はミスをしますが、エージェントはしません。
|
または [インストールガイド](docs/guide/installation.md) を直接読んでください。ただし、エージェントに任せることを強くお勧めします。人間はミスをしますが、エージェントはしません。
|
||||||
|
|
||||||
### LLM エージェントの方へ
|
|
||||||
|
|
||||||
インストールガイドを取得して、その指示に従ってください:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/docs/guide/installation.md
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
## アンインストール
|
## アンインストール
|
||||||
|
|
||||||
|
|||||||
16
README.ko.md
16
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 등)에 복사하여 붙여넣으세요:
|
이 프롬프트를 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)를 직접 읽으세요 — 하지만 **에이전트가 처리하도록 하는 것을 강력히 권장합니다. 인간은 실수를 합니다.**
|
또는 [설치 가이드](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를 제거하려면:
|
oh-my-opencode를 제거하려면:
|
||||||
|
|||||||
@@ -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 等):
|
复制以下提示并粘贴到你的 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)——但我们强烈建议让智能体来处理。人会犯错,智能体不会。
|
或者直接阅读 [安装指南](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:
|
要移除 oh-my-opencode:
|
||||||
|
|||||||
Reference in New Issue
Block a user