mist-connections/README.md

578 B

mist-connections

"Missed Connections"

Moar post-calibre prototypin' 🎉

demo

msc.mp4

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

ack