Fixed typos, simplified dependencies-section
This commit is contained in:
parent
5852ac6b62
commit
3423502e68
1 changed files with 4 additions and 10 deletions
14
README.md
14
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.
|
||||
|
|
Loading…
Reference in a new issue