pull/20/head
Miguel Mota 6 years ago
parent 69da4cf423
commit cf0ad3b8a1

3
.gitignore vendored

@ -27,7 +27,8 @@ bfg.jar
# builds
build
#bin
dist
bin
# flatpak
.flatpak-builder

@ -97,3 +97,7 @@ git/repack:
git fsck --full --unreachable
git repack -A -d
git gc --aggressive --prune=now
release:
rm -rf dist
goreleaser

@ -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.

Loading…
Cancel
Save