This commit is contained in:
Dax Raad 2025-06-13 16:37:58 -04:00
parent d8fa0fb50c
commit c6492de7ac

View file

@ -3,3 +3,26 @@
█░░█ █░░█ █▀▀ █░░█ █░░ █░░█ █░░█ █▀▀
▀▀▀▀ █▀▀▀ ▀▀▀ ▀ ▀ ▀▀▀ ▀▀▀▀ ▀▀▀ ▀▀▀
```
## Installation
### NPM
```
npm i -g opencode-ai@latest
bun i -g opencode-ai@latest
pnpm i -g opencode-ai@latest
yarn global add opencode-ai@latest
```
### Brew
```
brew install sst/tap/opencode
```
### Aur
```
paru -S opencode-bin
```