From 6cf7f18cc9ece299cfa8310c2ed7c1280596cfa8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Nov 2025 06:41:40 +0000 Subject: [PATCH] chore: format code --- packages/web/src/content/docs/index.mdx | 39 +++++++++++++------------ 1 file 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** - - + + + ```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**