diff --git a/packages/web/src/content/docs/index.mdx b/packages/web/src/content/docs/index.mdx index b4d0be07..9cc1bf8e 100644 --- a/packages/web/src/content/docs/index.mdx +++ b/packages/web/src/content/docs/index.mdx @@ -42,10 +42,26 @@ 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**