From 9587fc2366e36bc133ab2d2d508ad5ff9a9afa21 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 4 Oct 2023 22:54:11 -0700 Subject: [PATCH] Update Apprise documentation to use sudo for pipx install (#715). --- docs/how-to/monitor-your-backups.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/how-to/monitor-your-backups.md b/docs/how-to/monitor-your-backups.md index d1081b43..33b88a80 100644 --- a/docs/how-to/monitor-your-backups.md +++ b/docs/how-to/monitor-your-backups.md @@ -385,9 +385,11 @@ pipx](https://torsion.org/borgmatic/docs/how-to/set-up-backups/#installation), run the following to install Apprise so borgmatic can use it: ```bash -pipx install --editable --force borgmatic[Apprise] +sudo pipx install --editable --force borgmatic[Apprise] ``` +Omit `sudo` if borgmatic is installed as a non-root user. + Once Apprise is installed, configure borgmatic to notify one or more [Apprise services](https://github.com/caronc/apprise/wiki). For example: