Add a further binary installation hint via go get

This commit is contained in:
Christian Claus 2018-05-18 16:59:09 +02:00
parent a4cf71c527
commit 1eb5bd991c

View file

@ -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