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
This commit is contained in:
Toni Lähdekorpi
2018-10-27 18:55:50 +03:00
committed by GitHub
parent a0781e8c6c
commit 7807b7d09f

View File

@@ -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
````