diff --git a/packages/web/src/content/docs/index.mdx b/packages/web/src/content/docs/index.mdx index 83928dea..20c0d2f9 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** - - + + + ```bash npm install -g opencode-ai ``` - + - - ```bash - bun install -g opencode-ai - ``` + + ```bash + bun install -g opencode-ai + ``` - + - - ```bash - pnpm install -g opencode-ai - ``` + + ```bash + pnpm install -g opencode-ai + ``` - + - - ```bash - yarn global add opencode-ai - ``` - - + + ```bash + yarn global add opencode-ai + ``` + + - **Using Homebrew on macOS and Linux**