From 3423502e68dfccb94ef8377956e75a026039d1e0 Mon Sep 17 00:00:00 2001
From: Paul S
Date: Fri, 7 May 2021 13:38:08 +0200
Subject: [PATCH] Fixed typos, simplified dependencies-section
---
README.md | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index e5f4308..95cacf2 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,9 @@ Name: Backuppy
Description: Make daily backups with Backuppy to avoid losing your data.
-Installation: execute `chmod +x install.sh && .\install.sh`
+Installation: execute `chmod +x install.sh && ./install.sh`
-Install. GUI: execute `chmod +x install.sh && .\install.sh --gui`
+Install. GUI: execute `chmod +x install.sh && ./install.sh --gui`
Usage: execute `backuppy`
@@ -16,7 +16,7 @@ Author: Joël Schurter
Licence: GPL3
-More infos: see constants and README.md
+More infos: See README.md and CHANGELOG.md
# ToDo
@@ -38,12 +38,6 @@ More infos: see constants and README.md
execute `sudo pacman -S pip` on Arch/Manjaro
-- pip package 'PySide2'
-
- execute `pip3 install pyside2` on Debian/Ubuntu
-
- execute `pip install pyside2` on Arch/Manjaro
-
# IMPORTANT
-You have to remove the "backuppy" alias in your .bashrc or .zshrc before reinstall Backuppy.
+You have to remove the "backuppy" alias in your .bashrc or .zshrc before reinstalling Backuppy.