Added install instructions for Fedora and openSUSE
This commit is contained in:
parent
d8e953bf05
commit
ba64d69e50
1 changed files with 12 additions and 4 deletions
16
README.md
16
README.md
|
@ -27,13 +27,21 @@ More infos: See README.md and CHANGELOG.md
|
||||||
# Dependencies
|
# Dependencies
|
||||||
- rsync (because Backuppy makes its backups with rsync)
|
- 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 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:
|
# Dependencies for the graphical installer:
|
||||||
- pip (the python package manager)
|
- pip (the python package manager)
|
||||||
|
|
||||||
|
execute `sudo pacman -S pip` on Arch/Manjaro
|
||||||
|
|
||||||
execute `sudo apt install python3-pip` on Debian/Ubuntu
|
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
|
||||||
|
|
Loading…
Reference in a new issue