From b1b12f4592c25a79ec697d68b9bd50a3edcbdc8a Mon Sep 17 00:00:00 2001 From: Nicco Date: Fri, 21 Jun 2019 12:25:54 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 52c8529..ef22593 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # autorestic High level CLI utility for restic + + +## Installation + +``` + curl -s https://raw.githubusercontent.com/CupCakeArmy/autorestic/master/install.sh | sh + ``` From 64f2eaf16bd5171d92f19b3701322db732e93c1f Mon Sep 17 00:00:00 2001 From: Nicco Date: Fri, 21 Jun 2019 12:26:32 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef22593..5474527 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ High level CLI utility for restic ## Installation ``` - curl -s https://raw.githubusercontent.com/CupCakeArmy/autorestic/master/install.sh | sh - ``` +curl -s https://raw.githubusercontent.com/CupCakeArmy/autorestic/master/install.sh | sh +```