Skip to content

Commit b04faf0

Browse files
committed
update readme
1 parent 90084ce commit b04faf0

File tree

2 files changed

+17
-27
lines changed

2 files changed

+17
-27
lines changed

.goreleaser.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ checksum:
3333
name_template: "checksums.txt"
3434
snapshot:
3535
name_template: "0.0.0-{{ .Timestamp }}"
36-
aurs:
37-
- name: opencode
38-
homepage: "https://github.com/opencode-ai/opencode"
39-
description: "terminal based agent that can build anything"
40-
maintainers:
41-
- "kujtimiihoxha <kujtimii.h@gmail.com>"
42-
license: "MIT"
43-
private_key: "{{ .Env.AUR_KEY }}"
44-
git_url: "ssh://aur@aur.archlinux.org/opencode-bin.git"
45-
provides:
46-
- opencode
47-
conflicts:
48-
- opencode
49-
package: |-
50-
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
36+
# aurs:
37+
# - name: opencode
38+
# homepage: "https://github.com/opencode-ai/opencode"
39+
# description: "terminal based agent that can build anything"
40+
# maintainers:
41+
# - "kujtimiihoxha <kujtimii.h@gmail.com>"
42+
# license: "MIT"
43+
# private_key: "{{ .Env.AUR_KEY }}"
44+
# git_url: "ssh://aur@aur.archlinux.org/opencode-ai.git"
45+
# provides:
46+
# - opencode
47+
# conflicts:
48+
# - opencode
49+
# package: |-
50+
# install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
5151
brews:
5252
- repository:
5353
owner: opencode-ai

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ OpenCode is a Go-based CLI application that brings AI assistance to your termina
2626

2727
```bash
2828
# Install the latest version
29-
curl -fsSL https://opencode.ai/install | bash
29+
curl -fsSL https://raw.githubusercontent.com/opencode-ai/opencode/refs/heads/main/install | bash
3030

3131
# Install a specific version
32-
curl -fsSL https://opencode.ai/install | VERSION=0.1.0 bash
32+
curl -fsSL https://raw.githubusercontent.com/opencode-ai/opencode/refs/heads/main/install | VERSION=0.1.0 bash
3333
```
3434

3535
### Using Homebrew (macOS and Linux)
@@ -38,16 +38,6 @@ curl -fsSL https://opencode.ai/install | VERSION=0.1.0 bash
3838
brew install opencode-ai/tap/opencode
3939
```
4040

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-
5141
### Using Go
5242

5343
```bash

0 commit comments

Comments
 (0)