Skip to content

Commit

Permalink
feat: Add Windows build & release (#14)
Browse files Browse the repository at this point in the history
* ci(#patch): Fix release URL

* docs(#patch): Update install instructions to include Windows
  • Loading branch information
riweston authored Jun 27, 2022
1 parent 2547550 commit 8541d87
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand Down
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8541d87

Please sign in to comment.