update readme

This commit is contained in:
Kujtim Hoxha 2025-05-14 22:59:28 +02:00
commit b04faf0a3a
2 changed files with 17 additions and 27 deletions

View file

@ -33,21 +33,21 @@ checksum:
name_template: "checksums.txt" name_template: "checksums.txt"
snapshot: snapshot:
name_template: "0.0.0-{{ .Timestamp }}" name_template: "0.0.0-{{ .Timestamp }}"
aurs: # aurs:
- name: opencode # - name: opencode
homepage: "https://github.com/opencode-ai/opencode" # homepage: "https://github.com/opencode-ai/opencode"
description: "terminal based agent that can build anything" # description: "terminal based agent that can build anything"
maintainers: # maintainers:
- "kujtimiihoxha <kujtimii.h@gmail.com>" # - "kujtimiihoxha <kujtimii.h@gmail.com>"
license: "MIT" # license: "MIT"
private_key: "{{ .Env.AUR_KEY }}" # private_key: "{{ .Env.AUR_KEY }}"
git_url: "ssh://aur@aur.archlinux.org/opencode-bin.git" # git_url: "ssh://aur@aur.archlinux.org/opencode-ai.git"
provides: # provides:
- opencode # - opencode
conflicts: # conflicts:
- opencode # - opencode
package: |- # package: |-
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode" # install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
brews: brews:
- repository: - repository:
owner: opencode-ai owner: opencode-ai

View file

@ -26,10 +26,10 @@ OpenCode is a Go-based CLI application that brings AI assistance to your termina
```bash ```bash
# Install the latest version # Install the latest version
curl -fsSL https://opencode.ai/install | bash curl -fsSL https://raw.githubusercontent.com/opencode-ai/opencode/refs/heads/main/install | bash
# Install a specific version # Install a specific version
curl -fsSL https://opencode.ai/install | VERSION=0.1.0 bash curl -fsSL https://raw.githubusercontent.com/opencode-ai/opencode/refs/heads/main/install | VERSION=0.1.0 bash
``` ```
### Using Homebrew (macOS and Linux) ### Using Homebrew (macOS and Linux)
@ -38,16 +38,6 @@ curl -fsSL https://opencode.ai/install | VERSION=0.1.0 bash
brew install opencode-ai/tap/opencode brew install opencode-ai/tap/opencode
``` ```
### Using AUR (Arch Linux)
```bash
# Using yay
yay -S opencode-bin
# Using paru
paru -S opencode-bin
```
### Using Go ### Using Go
```bash ```bash