3
0
mirror of https://kolaente.dev/konrad/docker-db-backup.git synced 2026-01-09 12:40:07 +01:00

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

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.