From 257677b313622c2f3f11ee1535231ee41263f595 Mon Sep 17 00:00:00 2001 From: Lomanic Date: Sat, 24 Oct 2020 19:30:04 +0200 Subject: [PATCH] Add go-get install instructions in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2cfa0c..f01a47f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ Presence button =============== -See https://wiki.fuz.re/doku.php?id=projets:fuz:presence_button \ No newline at end of file +See https://wiki.fuz.re/doku.php?id=projets:fuz:presence_button + +Install with `go get -v github.com/Lomanic/presence-button-web` (you will get a `presence-button-web` binary in `$(go env GOPATH)/bin`)