diff options
author | xengineering <me@xengineering.eu> | 2022-09-23 20:16:53 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-09-23 20:16:53 +0200 |
commit | be76d06f63b82bb753df2cdcde43d0602fbb8216 (patch) | |
tree | ebfeac8d8730a40c3658f1d4be67ad9df6456344 /README.md | |
parent | bcf66203d0e2a027561bf89102a7b72b66e9d4c7 (diff) | |
download | xbackup-be76d06f63b82bb753df2cdcde43d0602fbb8216.tar xbackup-be76d06f63b82bb753df2cdcde43d0602fbb8216.tar.zst xbackup-be76d06f63b82bb753df2cdcde43d0602fbb8216.zip |
Move URLs to bottom of markdown files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -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 |