diff --git a/README.md b/README.md index 59ab4e3..af5b80f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,14 @@ Replace absolute paths of Xournal++ PDF backgrounds with relative ones. ## Installation -Place [relative-xopp-background](relative-xopp-background) in `~/.local/share/nautilus/scripts/relative-xopp-background` and make it executable. +Save [the script](relative-xopp-background) under + +- `~/.local/share/nautilus/scripts/relative-xopp-background` (for `GNOME Files`/`Nautilus`) +- `~/.local/share/nemo/scripts/relative-xopp-background` (for `Nemo`) + +and make it executable: + +- `chmod +x ` Optional: Install [notify2](https://pypi.org/project/notify2/) and [dbus-python](https://pypi.org/project/dbus-python/) with your package manager or with pip.