From 1eb5bd991c97246038f9280aa419b2ba5afe7fb3 Mon Sep 17 00:00:00 2001 From: Christian Claus Date: Fri, 18 May 2018 16:59:09 +0200 Subject: [PATCH] Add a further binary installation hint via go get --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index f73152a..737d2c9 100644 --- a/Readme.md +++ b/Readme.md @@ -155,6 +155,12 @@ There is no need to restart the server itself, if you're editing the user or log You can check out the [releases page](https://github.com/micromata/dave/releases) for the latest precompiled binaries. +Otherwise you can use the binary installation via go get: + +``` +go get github.com/micromata/dave/cmd/... +``` + ### Build from sources #### Setup