Преглед изворни кода

To avoid duplicate install, update docs to uninstall borgmatic before re-installing with Apprise (#862).

Dan Helfman пре 1 година
родитељ
комит
fecae39fcd
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      docs/how-to/monitor-your-backups.md

+ 2 - 1
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.