chore: format code
This commit is contained in:
parent
3f59570ee6
commit
6cf7f18cc9
1 changed files with 20 additions and 19 deletions
|
|
@ -41,34 +41,35 @@ You can also install it with the following commands:
|
||||||
|
|
||||||
- **Using Node.js**
|
- **Using Node.js**
|
||||||
|
|
||||||
<Tabs>
|
<Tabs>
|
||||||
<TabItem label="npm">
|
|
||||||
|
<TabItem label="npm">
|
||||||
```bash
|
```bash
|
||||||
npm install -g opencode-ai
|
npm install -g opencode-ai
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
<TabItem label="Bun">
|
<TabItem label="Bun">
|
||||||
```bash
|
```bash
|
||||||
bun install -g opencode-ai
|
bun install -g opencode-ai
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
<TabItem label="pnpm">
|
<TabItem label="pnpm">
|
||||||
```bash
|
```bash
|
||||||
pnpm install -g opencode-ai
|
pnpm install -g opencode-ai
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
<TabItem label="Yarn">
|
<TabItem label="Yarn">
|
||||||
```bash
|
```bash
|
||||||
yarn global add opencode-ai
|
yarn global add opencode-ai
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
- **Using Homebrew on macOS and Linux**
|
- **Using Homebrew on macOS and Linux**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue