From aff62114070c8cd579b073486fc3c8730ebd5c06 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Sat, 18 Dec 2021 11:10:47 +0100 Subject: [PATCH] Modified: README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 77d8653..f4aefc1 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,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: ```console -$ git clone https://github.com/erikw/restic-systemd-automatic-backup.git -$ cd restic-systemd-automatic-backup +$ git clone https://github.com/erikw/restic-systemd-automatic-backup.git && cd $(basename "$_" .git) $ sudo make install ````