From 7807b7d09fbcfa9dda0536b8edbae431781bb799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20L=C3=A4hdekorpi?= Date: Sat, 27 Oct 2018 18:55:50 +0300 Subject: [PATCH] Change README to point to the HTTPS repo Most people probably want to clone from the repo over HTTPS, not git+ssh. The latter usually requiring permissions: > fatal: Could not read from remote repository. > Please make sure you have the correct access rights --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53daa06..b2574e7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Note, you can use any of the supported [storage backends](https://restic.readthe Tip: The steps in this section will instruct you to copy files from this repo to system directories. If you don't want to do this manually, you can use the Makefile: ```bash -$ git clone git@github.com:erikw/restic-systemd-automatic-backup.git +$ git clone https://github.com/erikw/restic-systemd-automatic-backup.git $ cd restic-systemd-automatic-backup $ sudo make install ````