You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
assets | 8 months ago | |
dist | 8 months ago | |
public | 8 months ago | |
.gitignore | 8 months ago | |
.goreleaser.yaml | 8 months ago | |
README.md | 8 months ago | |
go.mod | 8 months ago | |
go.sum | 8 months ago | |
makefile | 8 months ago | |
mist-connections.go | 8 months ago |
README.md
mist-connections
Moar post-calibre prototypin' 🎉
demo
install
Download the binary which matches your OS 👉 linux | osx | windoze | "other"
Then 👉 chmod +x mist-connections && ./mist-connections
(PS. No Idea what you do on Windoze 🤷)
hack
go install github.com/go-bindata/go-bindata/...
make
Or, if you want to access the binary directly without make:
go build .
Then you have a freshly built ./mist-connections
ready.
release
go install github.com/goreleaser/goreleaser@latest
make release