Update Apprise documentation to use sudo for pipx install (#715).
This commit is contained in:
parent
5f06884d5a
commit
9587fc2366
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
run the following to install Apprise so borgmatic can use it:
|
||||||
|
|
||||||
```bash
|
```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
|
Once Apprise is installed, configure borgmatic to notify one or more [Apprise
|
||||||
services](https://github.com/caronc/apprise/wiki). For example:
|
services](https://github.com/caronc/apprise/wiki). For example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue