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:
12
README.md
12
README.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user