summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-11-10 06:41:40 +0000
committerGitHub Action <[email protected]>2025-11-10 06:41:40 +0000
commit6cf7f18cc9ece299cfa8310c2ed7c1280596cfa8 (patch)
treed18bbdf6b43ee337e850c37dccc4919f0595f6b6
parent3f59570ee69edc0c91ad841a18b70bd8c03b0b94 (diff)
downloadopencode-6cf7f18cc9ece299cfa8310c2ed7c1280596cfa8.tar.gz
opencode-6cf7f18cc9ece299cfa8310c2ed7c1280596cfa8.zip
chore: format code
-rw-r--r--packages/web/src/content/docs/index.mdx39
1 files changed, 20 insertions, 19 deletions
diff --git a/packages/web/src/content/docs/index.mdx b/packages/web/src/content/docs/index.mdx
index 83928dea8..20c0d2f99 100644
--- a/packages/web/src/content/docs/index.mdx
+++ b/packages/web/src/content/docs/index.mdx
@@ -41,34 +41,35 @@ You can also install it with the following commands:
- **Using Node.js**
- <Tabs>
- <TabItem label="npm">
+ <Tabs>
+
+ <TabItem label="npm">
```bash
npm install -g opencode-ai
```
- </TabItem>
+ </TabItem>
- <TabItem label="Bun">
- ```bash
- bun install -g opencode-ai
- ```
+ <TabItem label="Bun">
+ ```bash
+ bun install -g opencode-ai
+ ```
- </TabItem>
+ </TabItem>
- <TabItem label="pnpm">
- ```bash
- pnpm install -g opencode-ai
- ```
+ <TabItem label="pnpm">
+ ```bash
+ pnpm install -g opencode-ai
+ ```
- </TabItem>
+ </TabItem>
- <TabItem label="Yarn">
- ```bash
- yarn global add opencode-ai
- ```
-
- </TabItem>
+ <TabItem label="Yarn">
+ ```bash
+ yarn global add opencode-ai
+ ```
+
+ </TabItem>
</Tabs>
- **Using Homebrew on macOS and Linux**