diff --git a/.goreleaser.yml b/.goreleaser.yml index 2fc509f..6bff357 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,7 +22,7 @@ builds: ignore: - goos: darwin goarch: '386' - binary: '{{ .ProjectName }}_v{{ .Version }}' + binary: '{{ .ProjectName }}' archives: - format: zip name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}' diff --git a/README.md b/README.md index 3c756d1..2663245 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ print the diffs for every change. ## Installation +You can download a binary for the [latest release on GitHub](https://github.com/xrstf/stalk/releases) +or install stalk via Go: + ```bash go install go.xrstf.de/stalk ```