mirror of
https://fastgit.cc/github.com/Yeachan-Heo/oh-my-claudecode
synced 2026-04-20 21:00:50 +08:00
docs: split install commands into separate code blocks for clarity
The two slash commands in Quick Start were in a single code block, causing users to copy-paste both at once which fails. Split into separate blocks with a "Then:" separator and added a note that they must be entered one at a time. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -45,10 +45,16 @@ _Don't learn Claude Code. Just use OMC._
|
||||
|
||||
**Step 1: Install**
|
||||
|
||||
Marketplace/plugin install (recommended for most Claude Code users):
|
||||
Marketplace/plugin install (recommended for most Claude Code users).
|
||||
These are Claude Code slash commands — enter them **one at a time** (pasting both lines at once will fail):
|
||||
|
||||
```bash
|
||||
/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
|
||||
```
|
||||
|
||||
Then:
|
||||
|
||||
```bash
|
||||
/plugin install oh-my-claudecode
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user