diff --git a/.gitignore b/.gitignore index 35fae63..fe1cfb1 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,8 @@ bfg.jar # builds build -#bin +dist +bin # flatpak .flatpak-builder diff --git a/Makefile b/Makefile index 2588295..aad477f 100644 --- a/Makefile +++ b/Makefile @@ -97,3 +97,7 @@ git/repack: git fsck --full --unreachable git repack -A -d git gc --aggressive --prune=now + +release: + rm -rf dist + goreleaser diff --git a/README.md b/README.md index 544884c..60ce533 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,10 @@ Recommended to install using Go (instructions above). You'll need additional font support for Windows WSL. Please see the [wiki](https://github.com/miguelmota/cointop/wiki/Windows-Command-Prompt-and-WSL-Font-Support) for instructions. +### Binaries + +You can find pre-built binaries on the [releases](https://github.com/miguelmota/cointop/releases) page. + ## Updating To update make sure to use the `-u` flag if installed via Go.