From e2c03559b6a1a5faa53652addc34adcd3c2e0f19 Mon Sep 17 00:00:00 2001
From: Paul S
Date: Wed, 5 May 2021 17:18:36 +0200
Subject: [PATCH] Updated README.md
---
README.md | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 5f3d97f..fae01e5 100644
--- a/README.md
+++ b/README.md
@@ -6,15 +6,17 @@ Name: Backuppy
Description: Make daily backups with Backuppy to avoid losing your data.
-Usage:
-- start it with: `backuppy`
-- start gui version with: `python backup.py` (install pip package 'PySide2' first)
+Installation: execute `chmod +x install.sh && .\install.sh`
+
+Install. GUI: execute `chmod +x install.sh && .\install.sh --gui`
+
+Usage: execute `backuppy`
Author: Joël Schurter
Licence: GPL3
-More infos: see constants and readme.md
+More infos: see constants and README.md
# ToDo