diff --git a/.goreleaser.yml b/.goreleaser.yml new file mode 100644 index 0000000..afcb139 --- /dev/null +++ b/.goreleaser.yml @@ -0,0 +1,8 @@ +builds: + - binary: cointop + goos: + - windows + - darwin + - linux + goarch: + - amd64 diff --git a/README.md b/README.md index 58ef81c..544884c 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,24 @@ Run cointop flatpak flatpak run com.github.miguelmota.Cointop ``` + + ### Snap (Ubuntu) cointop is available as a [snap](https://snapcraft.io/cointop) for Linux users.