Add a further binary installation hint via go get
This commit is contained in:
parent
a4cf71c527
commit
1eb5bd991c
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue