docs: add instructions to build from source

This commit is contained in:
kolaente 2021-12-30 12:57:35 +01:00
parent 3e65b244f4
commit 7b8e1d187c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 12 additions and 0 deletions

View File

@ -59,3 +59,15 @@ How many backups to keep. If more backups are stored in the backup folder, the o
are only as many as this config variable.
Default: `12`
## Building from source
This project uses go modules, so you'll need at least go 1.11 to compile it.
Simply run
```
go build .
```
to build the binary.