From 21f6b4b3ac41aab6d09e0626d3eb162424e7c3b7 Mon Sep 17 00:00:00 2001
From: Paul S
Date: Fri, 7 May 2021 17:35:08 +0200
Subject: [PATCH] Added install instructions for Fedora and openSUSE
---
README.md | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
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