Merge pull request #11 from lahdekorpi/patch-1

Change README to point to the HTTPS repo
This commit is contained in:
Erik Westrup
2018-10-28 08:23:42 +01:00
committed by GitHub
+1 -1
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: 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 ```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 $ cd restic-systemd-automatic-backup
$ sudo make install $ sudo make install
```` ````