Skip to content

Commit 7bcf62d

Browse files
committed
docs: add one-liner install command to READMEs
1 parent da740f4 commit 7bcf62d

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

README.ja.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,12 @@ Windows から Linux に初めて乗り換えた時のこと、自分の思い
146146

147147
### 人間の方へ
148148

149-
面倒な作業は LLM エージェントに任せましょう。このリンクをコピーして貼り付け、インストールと設定をお願いしてください。
149+
**ワンライナーインストール(推奨):**
150+
```bash
151+
bun run https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/src/auto-installer.ts
152+
```
153+
154+
または、面倒な作業は LLM エージェントに任せましょう。このリンクをコピーして貼り付け、インストールと設定をお願いしてください。
150155

151156
### LLM エージェントの方へ
152157

README.ko.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,12 @@ OpenCode 가 낭만이 사라진것같은 오늘날의 시대에, 당신에게
143143

144144
### 인간인 당신을 위한 설치 가이드
145145

146-
귀찮은 작업은 LLM Agent 에게 맡기세요. 이 링크를 복사해서 넣어 설치하고 구성해달라고 부탁하세요.
146+
**원라인 설치 (권장):**
147+
```bash
148+
bun run https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/src/auto-installer.ts
149+
```
150+
151+
또는 귀찮은 작업은 LLM Agent 에게 맡기세요. 이 링크를 복사해서 넣어 설치하고 구성해달라고 부탁하세요.
147152

148153
### LLM Agent 를 위한 설치 가이드
149154

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,12 @@ If you don't want all this, as mentioned, you can just pick and choose specific
167167

168168
### For Humans
169169

170-
Let the LLM Agent handle the grunt work. Paste this into a fresh opencode session:
170+
**One-liner install (recommended):**
171+
```bash
172+
bun run https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/src/auto-installer.ts
173+
```
174+
175+
Or let an LLM Agent handle it. Paste this into a fresh opencode session:
171176
```
172177
Install and configure by following the instructions here https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/README.md
173178
```

README.zh-cn.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,12 @@ oMoMoMoMoMo···
148148

149149
### 人类专用
150150

151-
这种脏活累活让 LLM Agent 干。把这个链接复制粘贴到 opencode 会话里,让它自己动:
151+
**一行命令安装(推荐):**
152+
```bash
153+
bun run https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/src/auto-installer.ts
154+
```
155+
156+
或者这种脏活累活让 LLM Agent 干。把这个链接复制粘贴到 opencode 会话里,让它自己动:
152157
```
153158
Install and configure by following the instructions here https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/README.md
154159
```

0 commit comments

Comments
 (0)