Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit d043526

Browse files
author
Dax Raad
committed
add more installation options
1 parent aaf0bc1 commit d043526

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,35 @@ OpenCode is a Go-based CLI application that brings AI assistance to your termina
2222

2323
## Installation
2424

25+
### Using the Install Script
26+
27+
```bash
28+
# Install the latest version
29+
curl -fsSL https://opencode.ai/install | bash
30+
31+
# Install a specific version
32+
curl -fsSL https://opencode.ai/install | VERSION=0.1.0 bash
33+
```
34+
35+
### Using Homebrew (macOS and Linux)
36+
37+
```bash
38+
brew install opencode-ai/tap/opencode
39+
```
40+
41+
### Using AUR (Arch Linux)
42+
43+
```bash
44+
# Using yay
45+
yay -S opencode-bin
46+
47+
# Using paru
48+
paru -S opencode-bin
49+
```
50+
51+
### Using Go
52+
2553
```bash
26-
# Coming soon
2754
go install github.com/opencode-ai/opencode@latest
2855
```
2956

0 commit comments

Comments
 (0)