summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1a5cc7a06..975466e7b 100644
--- a/README.md
+++ b/README.md
@@ -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
+```