summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7d0337f..ea0e4d3 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,8 @@ minimal dependencies it should be easy to adapt it to other Linux distributions.
These dependencies have to be installed:
-- [python3](https://www.python.org/)
-- [borg](https://www.borgbackup.org/)
+- [python3][1]
+- [borg][2]
## Installation
@@ -22,9 +22,9 @@ Please select the right subsection for your system.
### Arch Linux
-Visit my [packaging repository ](https://cgit.xengineering.eu/pkgbuilds/tree/xbackup)
+Visit my [packaging repository ][3]
to get the build files. You can then install the software like an AUR package
-following the [recommendations](https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages)
+following the [recommendations][4]
in the Arch Linux wiki.
### Other Linux Distributions
@@ -125,3 +125,9 @@ configuration file.
- [ ] backup transfer tool (?)
- [ ] backup diff tool (backup vs. filesystem)
- [ ] backup restore tool with qemu (for testing)
+
+
+[1]: https://www.python.org/
+[2]: https://www.borgbackup.org/
+[3]: https://cgit.xengineering.eu/pkgbuilds/tree/xbackup
+[4]: https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages