diff --git a/.goreleaser.yml b/.goreleaser.yml index b5745e000717f137ac55b38dd90bc76cf05ffda5..c6f1b0a17da6a2c7a44cab5e2c2c5d0231a002ef 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -33,21 +33,21 @@ checksum: name_template: "checksums.txt" snapshot: name_template: "0.0.0-{{ .Timestamp }}" -aurs: - - name: opencode - homepage: "https://github.com/opencode-ai/opencode" - description: "terminal based agent that can build anything" - maintainers: - - "kujtimiihoxha " - license: "MIT" - private_key: "{{ .Env.AUR_KEY }}" - git_url: "ssh://aur@aur.archlinux.org/opencode-bin.git" - provides: - - opencode - conflicts: - - opencode - package: |- - install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode" +# aurs: +# - name: opencode +# homepage: "https://github.com/opencode-ai/opencode" +# description: "terminal based agent that can build anything" +# maintainers: +# - "kujtimiihoxha " +# license: "MIT" +# private_key: "{{ .Env.AUR_KEY }}" +# git_url: "ssh://aur@aur.archlinux.org/opencode-ai.git" +# provides: +# - opencode +# conflicts: +# - opencode +# package: |- +# install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode" brews: - repository: owner: opencode-ai diff --git a/README.md b/README.md index 742779875e7713d8da9a42c54fa2d624cb9dd7b5..e6de27b5b456d69743d454bdac361bb2bd0451b1 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ OpenCode is a Go-based CLI application that brings AI assistance to your termina ```bash # 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 -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) @@ -38,16 +38,6 @@ curl -fsSL https://opencode.ai/install | VERSION=0.1.0 bash 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 ```bash