Add notes to README about development

This commit is contained in:
Erik Westrup
2022-01-17 15:51:33 +01:00
parent 7141426699
commit 9cb85a8571

View File

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