Skip to content

Commit

Permalink
doc: include release in description
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-brito authored and rafaelsq committed Oct 3, 2020
1 parent 32c692a commit ca38aa4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ builds:
- linux
- darwin
# - windows - not compatible yet
goarch:
- 386
- amd64
- arm
- arm64

archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
386: i386
amd64: x86_64

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ From master branch
You can also install by release(linux64 only);
`$ curl -sfL --silent https://github.com/rafaelsq/wtc/releases/latest/download/wtc.linux64.tar.gz | tar -xzv && mv wtc $(go env GOPATH)/bin/`

Or just head to the [releases page](https://github.com/rafaelsq/wtc/releases) and download the latest version for you platform.

## Compile from source

Expand Down

0 comments on commit ca38aa4

Please sign in to comment.