From 77c095c12a2e9e082a73684a4d6b171dd82cd618 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Sat, 30 Oct 2021 13:37:39 +0200 Subject: [PATCH] Consistent code markup for console --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 595c771..f358815 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ $ restic snapshots # You don't have to supply all parameters like --repo, as ### 3. Initialize remote repo Now we must initialize the repository on the remote end: ```console -source /etc/restic/b2_env.sh -restic init +$ source /etc/restic/b2_env.sh +$ restic init ``` ### 4. Script for doing the backup