diff --git a/docs/how-to/monitor-your-backups.md b/docs/how-to/monitor-your-backups.md index 1bd5a64a2..3749714f8 100644 --- a/docs/how-to/monitor-your-backups.md +++ b/docs/how-to/monitor-your-backups.md @@ -420,7 +420,8 @@ pipx](https://torsion.org/borgmatic/docs/how-to/set-up-backups/#installation), run the following to install Apprise so borgmatic can use it: ```bash -sudo pipx install --force borgmatic[Apprise] +sudo pipx uninstall borgmatic +sudo pipx install borgmatic[Apprise] ``` Omit `sudo` if borgmatic is installed as a non-root user.