File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -45,16 +45,19 @@ Your agent should never stop working to manage its own context. Magic Context is
4545
4646Run the interactive setup wizard — it detects your models, configures everything, and handles compatibility:
4747
48+ ** macOS / Linux:**
4849``` bash
49- # macOS / Linux
5050curl -fsSL https://raw.githubusercontent.com/cortexkit/opencode-magic-context/master/scripts/install.sh | bash
51+ ```
5152
52- # Windows (PowerShell)
53+ ** Windows (PowerShell):**
54+ ``` powershell
5355irm 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
5660bunx @cortexkit/opencode-magic-context setup
57- npx @cortexkit/opencode-magic-context setup
5861```
5962
6063The wizard will:
You can’t perform that action at this time.
0 commit comments