From 9cb85a857195fc7b83b25b5155ccbbf6014cbdd4 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Mon, 17 Jan 2022 15:51:33 +0100 Subject: [PATCH] Add notes to README about development --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 15fd8f5..e446e64 100644 --- a/README.md +++ b/README.md @@ -161,3 +161,9 @@ $ sudo make uninstall # Variations A list of variations of this setup: * Using `--files-from` [#44](https://github.com/erikw/restic-systemd-automatic-backup/issues/44) + +# Development +To not mess up your real installation when changing the `Makefile` simply install to a `$PREFIX` like +```console +$ PREFIX=/tmp/restic-test make install +```