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

Commit 6cf7f18

Browse files
committed
chore: format code
1 parent 3f59570 commit 6cf7f18

1 file changed

Lines changed: 20 additions & 19 deletions

File tree

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

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -41,34 +41,35 @@ You can also install it with the following commands:
4141

4242
- **Using Node.js**
4343

44-
<Tabs>
45-
<TabItem label="npm">
44+
<Tabs>
45+
46+
<TabItem label="npm">
4647
```bash
4748
npm install -g opencode-ai
4849
```
4950

50-
</TabItem>
51+
</TabItem>
5152

52-
<TabItem label="Bun">
53-
```bash
54-
bun install -g opencode-ai
55-
```
53+
<TabItem label="Bun">
54+
```bash
55+
bun install -g opencode-ai
56+
```
5657

57-
</TabItem>
58+
</TabItem>
5859

59-
<TabItem label="pnpm">
60-
```bash
61-
pnpm install -g opencode-ai
62-
```
60+
<TabItem label="pnpm">
61+
```bash
62+
pnpm install -g opencode-ai
63+
```
6364

64-
</TabItem>
65+
</TabItem>
6566

66-
<TabItem label="Yarn">
67-
```bash
68-
yarn global add opencode-ai
69-
```
70-
71-
</TabItem>
67+
<TabItem label="Yarn">
68+
```bash
69+
yarn global add opencode-ai
70+
```
71+
72+
</TabItem>
7273
</Tabs>
7374

7475
- **Using Homebrew on macOS and Linux**

0 commit comments

Comments
 (0)