diff --git a/.goreleaser.yml b/.goreleaser.yml index 9050ffe..3808fd1 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -24,7 +24,7 @@ scoop: owner: riweston name: scoop-bucket token: "{{ .Env.HOMEBREW }}" - url_template: "https://github.com/riweston/scoop-bucket/releases/download/{{ .Tag }}/{{ .ArtifactName }}" + url_template: "https://github.com/riweston/aztx/releases/download/{{ .Tag }}/{{ .ArtifactName }}" commit_author: name: goreleaserbot email: goreleaser@riweston.io diff --git a/README.md b/README.md index ae8c3f9..f51768f 100644 --- a/README.md +++ b/README.md @@ -29,19 +29,30 @@ ## Install -### Source +### Brew (Linux/Mac) ```sh -go install github.com/riweston/aztx +brew tap riweston/aztx +brew install aztx ``` -### brew +### Scoop (Windows) ```sh brew tap riweston/aztx brew install aztx ``` +### Manual + +Grab a release from the repo and install it. + +### Build from source + +```sh +go install github.com/riweston/aztx +``` + ## Usage ```sh