|
@@ -41,26 +41,29 @@ 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 label="Bun">
|
|
|
|
|
|
|
+ </TabItem>
|
|
|
|
|
+
|
|
|
|
|
+ <TabItem label="Bun">
|
|
|
```bash
|
|
```bash
|
|
|
bun install -g opencode-ai
|
|
bun install -g opencode-ai
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
- </TabItem>
|
|
|
|
|
- <TabItem label="pnpm">
|
|
|
|
|
|
|
+ </TabItem>
|
|
|
|
|
+
|
|
|
|
|
+ <TabItem label="pnpm">
|
|
|
```bash
|
|
```bash
|
|
|
pnpm install -g opencode-ai
|
|
pnpm install -g opencode-ai
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
- </TabItem>
|
|
|
|
|
- <TabItem label="Yarn">
|
|
|
|
|
|
|
+ </TabItem>
|
|
|
|
|
+
|
|
|
|
|
+ <TabItem label="Yarn">
|
|
|
```bash
|
|
```bash
|
|
|
yarn global add opencode-ai
|
|
yarn global add opencode-ai
|
|
|
```
|
|
```
|