diff -r 9f3ae6b3133f -r 4c3b655a89c5 README.md
--- 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 @@
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 ().
+ [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.
+