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:
changeroa
2026-04-14 15:07:25 +09:00
parent dc1fd5a3ad
commit feee8bd951

View File

@@ -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
```