diff options
| -rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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 +``` |
