mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 09:14:22 +01:00
chore: format code
This commit is contained in:
@@ -24,4 +24,4 @@
|
|||||||
"typescript": "catalog:",
|
"typescript": "catalog:",
|
||||||
"@typescript/native-preview": "catalog:"
|
"@typescript/native-preview": "catalog:"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,4 +26,4 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"directory": "dist"
|
"directory": "dist"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
<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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user