From 7b8e1d187ce5720d3d0bbd0292559426462ae0f7 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 30 Dec 2021 12:57:35 +0100 Subject: [PATCH] docs: add instructions to build from source --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f7b4541..35a829d 100644 --- a/README.md +++ b/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.