Skip to content

Commit 53794d3

Browse files
committed
docs: split install commands into separate code blocks for copy button
1 parent 88ea2a1 commit 53794d3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,19 @@ Your agent should never stop working to manage its own context. Magic Context is
4545

4646
Run the interactive setup wizard — it detects your models, configures everything, and handles compatibility:
4747

48+
**macOS / Linux:**
4849
```bash
49-
# macOS / Linux
5050
curl -fsSL https://raw.githubusercontent.com/cortexkit/opencode-magic-context/master/scripts/install.sh | bash
51+
```
5152

52-
# Windows (PowerShell)
53+
**Windows (PowerShell):**
54+
```powershell
5355
irm https://raw.githubusercontent.com/cortexkit/opencode-magic-context/master/scripts/install.ps1 | iex
56+
```
5457

55-
# Or run directly (any OS)
58+
**Or run directly (any OS):**
59+
```bash
5660
bunx @cortexkit/opencode-magic-context setup
57-
npx @cortexkit/opencode-magic-context setup
5861
```
5962

6063
The wizard will:

0 commit comments

Comments
 (0)