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.
|
4 weeks ago | |
---|---|---|
assets | 4 weeks ago | |
dist | 4 weeks ago | |
public | 4 weeks ago | |
.gitignore | 4 weeks ago | |
.goreleaser.yaml | 4 weeks ago | |
README.md | 4 weeks ago | |
go.mod | 4 weeks ago | |
go.sum | 4 weeks ago | |
makefile | 4 weeks ago | |
mist-connections.go | 4 weeks 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