Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 538eaa4

Browse files
docs: format installation commands for madkrown code block (anomalyco#4151)
Co-authored-by: GitHub Action <action@github.com>
1 parent 67c41fd commit 538eaa4

1 file changed

Lines changed: 25 additions & 5 deletions

File tree

packages/web/src/content/docs/index.mdx

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,31 @@ You can also install it with the following commands:
4242
- **Using Node.js**
4343

4444
<Tabs>
45-
<TabItem label="npm">```bash npm install -g opencode-ai ```</TabItem>
46-
<TabItem label="Bun">```bash bun install -g opencode-ai ```</TabItem>
47-
<TabItem label="pnpm">```bash pnpm install -g opencode-ai ```</TabItem>
48-
<TabItem label="Yarn">```bash yarn global add opencode-ai ```</TabItem>
49-
</Tabs>
45+
<TabItem label="npm">
46+
```bash
47+
npm install -g opencode-ai
48+
```
49+
50+
</TabItem>
51+
<TabItem label="Bun">
52+
```bash
53+
bun install -g opencode-ai
54+
```
55+
56+
</TabItem>
57+
<TabItem label="pnpm">
58+
```bash
59+
pnpm install -g opencode-ai
60+
```
61+
62+
</TabItem>
63+
<TabItem label="Yarn">
64+
```bash
65+
yarn global add opencode-ai
66+
```
67+
68+
</TabItem>
69+
</Tabs>
5070

5171
- **Using Homebrew on macOS and Linux**
5272

0 commit comments

Comments
 (0)