From 88d269bb451e72f9d611836e7c507d51ae39ed5a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 22 May 2023 00:07:20 +0200 Subject: [PATCH] docs: less enterprise, moar hacker --- README.md | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index c7d60ad..134a92e 100644 --- a/README.md +++ b/README.md @@ -2,39 +2,35 @@ > ["Missed Connections"](https://en.m.wikipedia.org/wiki/Missed_connection) -[Moar](https://git.vvvvvvaria.org/decentral1se/unnamed-project) post-calibre prototypin' :tada: +Moar post-calibre prototypin' 🎉 ## demo [`msc.mp4`](https://vvvvvvaria.org/~decentral1se/msc/msc.mp4) -## install - -Download the binary which matches your OS :point_right: [linux](https://git.vvvvvvaria.org/decentral1se/mist-connections/raw/branch/main/dist/mist-connections_linux_amd64/mist-connections) | [osx](https://git.vvvvvvaria.org/decentral1se/mist-connections/raw/branch/main/dist/mist-connections_darwin_amd64/mist-connections) | [windoze](https://git.vvvvvvaria.org/decentral1se/mist-connections/raw/branch/main/dist/mist-connections_windows_amd64/mist-connections.exe) | ["other"](./dist) - -Then :point_right: `chmod +x mist-connections && ./mist-connections` - -(PS. No Idea what you do on Windoze :shrug:) - ## hack -`go install github.com/go-bindata/go-bindata/...` - -`make` +``` +go install github.com/go-bindata/go-bindata/... +make +``` Or, if you want to access the binary directly without make: -`go build .` +``` +go build . +``` Then you have a freshly built `./mist-connections` ready. ## release -`go install github.com/goreleaser/goreleaser@latest` - -`make release` +``` +go install github.com/goreleaser/goreleaser@latest +make release +``` ## ack - [`@simoon`](https://git.vvvvvvaria.org/simoon) -- [`unnamed project`](https://git.vvvvvvaria.org/decentral1se/unnamed-project) +- `unnamed project`