diff options
| author | GitHub Action <[email protected]> | 2025-11-10 14:51:24 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-10 14:51:24 +0000 |
| commit | 16f8f20b318501f743991845269a0a422c33c815 (patch) | |
| tree | b25b854fa3fa6f51735b87481bbac76ce50f6650 /packages/web/src/content | |
| parent | 06b1684ddb048e82d9cd5437bf2fc577f1976fb4 (diff) | |
| download | opencode-16f8f20b318501f743991845269a0a422c33c815.tar.gz opencode-16f8f20b318501f743991845269a0a422c33c815.zip | |
chore: format code
Diffstat (limited to 'packages/web/src/content')
| -rw-r--r-- | packages/web/src/content/docs/index.mdx | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/packages/web/src/content/docs/index.mdx b/packages/web/src/content/docs/index.mdx index 20c0d2f99..701e7539b 100644 --- a/packages/web/src/content/docs/index.mdx +++ b/packages/web/src/content/docs/index.mdx @@ -41,36 +41,37 @@ You can also install it with the following commands: - **Using Node.js** - <Tabs> + <Tabs> - <TabItem label="npm"> - ```bash - npm install -g opencode-ai - ``` - - </TabItem> - - <TabItem label="Bun"> + <TabItem label="npm"> ```bash - bun install -g opencode-ai + npm install -g opencode-ai ``` - </TabItem> + </TabItem> - <TabItem label="pnpm"> - ```bash - pnpm install -g opencode-ai - ``` + <TabItem label="Bun"> + ```bash + bun install -g opencode-ai + ``` - </TabItem> + </TabItem> - <TabItem label="Yarn"> - ```bash - yarn global add opencode-ai - ``` + <TabItem label="pnpm"> + ```bash + pnpm install -g opencode-ai + ``` + + </TabItem> + + <TabItem label="Yarn"> + ```bash + yarn global add opencode-ai + ``` + + </TabItem> - </TabItem> -</Tabs> + </Tabs> - **Using Homebrew on macOS and Linux** |
