diff --git a/README.md b/README.md index cf272a9..6ee459c 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,21 @@ More infos: See README.md and CHANGELOG.md # Dependencies - rsync (because Backuppy makes its backups with rsync) - execute `sudo apt install rsync` on Debian/Ubuntu - execute `sudo pacman -S rsync` on Arch/Manjaro + execute `sudo apt install rsync` on Debian/Ubuntu + + execute `sudo dnf install rsync` on Fedora + + execute `sudo zypper install rsync` on openSUSE + # Dependencies for the graphical installer: - pip (the python package manager) + execute `sudo pacman -S pip` on Arch/Manjaro + execute `sudo apt install python3-pip` on Debian/Ubuntu - - execute `sudo pacman -S pip` on Arch/Manjaro + + execute `sudo dnf install pip` on Fedora + + execute `sudo zypper install python3-pip` on openSUSE