From cf0ad3b8a1cd8bc11d2eb59c3790785d6509fdf8 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Mon, 21 May 2018 00:42:32 -0700 Subject: [PATCH] 1.0.5 --- .gitignore | 3 ++- Makefile | 4 ++++ README.md | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) 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.