Update Borg Backup link to main website.

Tue, 21 Apr 2020 10:05:22 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Tue, 21 Apr 2020 10:05:22 -0500
changeset 130
4c3b655a89c5
parent 129
9f3ae6b3133f
child 131
d5351f9fe8b8

Update Borg Backup link to main website.
Add note that it needs to be installed.

README.md file | annotate | diff | comparison | revisions
--- a/README.md	Tue Apr 21 09:59:51 2020 -0500
+++ b/README.md	Tue Apr 21 10:05:22 2020 -0500
@@ -3,7 +3,7 @@
 <a href="media/borgend.png"><img src="media/borgend.jpg" style="max-width: 100%" alt="Borgend screenshot"></a>
 
 Borgend is a retrying and queuing scheduler as well as a macOS tray icon for
-[BorgBackup](https://borgbackup.readthedocs.io/en/stable/). If you are not
+[Borg Backup][]. If you are not
 on macOS, no tray icon will be displayed, but you can still use Borgend as a
 scheduler.
 
@@ -23,12 +23,14 @@
 
 The lead author is Tuomo Valkonen (<tuomov@iki.fi>).
 
+  [Borg Backup]: https://www.borgbackup.org/
+
 ## Installation
 
-Borgend is written in [Python](https://www.python.org/), and requires a working
-python3 installation. Install it according to instructions for your operating
-system. Borgend also requires some additional Python libraries. To install these,
-on macOS, run
+Borgend naturally requires [Borg Backup][] to be installed. Borgend is written
+in [Python](https://www.python.org/), and also requires a working python3 installation.
+Install both according to the instructions for your operating system. Borgend also
+requires some additional Python libraries. To install these, on macOS, run
 
     pip3 install keyring pyyaml rumps
 
@@ -97,3 +99,4 @@
 `-A` option to create a standalone app that you can copy to computers without
 Python installed. This will, however, most likely not work because py2app
 is shit. Currently (2018-09-18) it is not working with the keyring package.
+

mercurial