diff --git a/packages/web/src/content/docs/index.mdx b/packages/web/src/content/docs/index.mdx
index 33658b13..9b44590a 100644
--- a/packages/web/src/content/docs/index.mdx
+++ b/packages/web/src/content/docs/index.mdx
@@ -42,11 +42,31 @@ You can also install it with the following commands:
- **Using Node.js**
- ```bash npm install -g opencode-ai ```
- ```bash bun install -g opencode-ai ```
- ```bash pnpm install -g opencode-ai ```
- ```bash yarn global add opencode-ai ```
-
+
+ ```bash
+ npm install -g opencode-ai
+ ```
+
+
+
+ ```bash
+ bun install -g opencode-ai
+ ```
+
+
+
+ ```bash
+ pnpm install -g opencode-ai
+ ```
+
+
+
+ ```bash
+ yarn global add opencode-ai
+ ```
+
+
+
- **Using Homebrew on macOS and Linux**