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 +```