From 8541d8791bdb24303cf07054c50c99d1f5b9b6d0 Mon Sep 17 00:00:00 2001 From: Richard Weston <22933083+riweston@users.noreply.github.com> Date: Mon, 27 Jun 2022 21:18:10 +0100 Subject: [PATCH] feat: Add Windows build & release (#14) * ci(#patch): Fix release URL * docs(#patch): Update install instructions to include Windows --- .goreleaser.yml | 2 +- README.md | 17 ++++++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) 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