Fixed typos, simplified dependencies-section

This commit is contained in:
Paul S 2021-05-07 13:38:08 +02:00
parent 5852ac6b62
commit 3423502e68

View file

@ -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.