forked from FotoCoder/Backuppy
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.
|
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`
|
Usage: execute `backuppy`
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ Author: Joël Schurter
|
||||||
|
|
||||||
Licence: GPL3
|
Licence: GPL3
|
||||||
|
|
||||||
More infos: see constants and README.md
|
More infos: See README.md and CHANGELOG.md
|
||||||
|
|
||||||
# ToDo
|
# ToDo
|
||||||
|
|
||||||
|
@ -38,12 +38,6 @@ More infos: see constants and README.md
|
||||||
|
|
||||||
execute `sudo pacman -S pip` on Arch/Manjaro
|
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
|
# 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