Browse Source

fixed link

Toastie 3 months ago
parent
commit
edef7ff767
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ Container image for creating cron-scheduled backups with [borg backup](https://w
   1. Build:
     - Run `docker compose build` to build the container image from `./build/Dockerfile`
   2. Configuration:
-    - `cp` (.env.template)[.env.template] `.env `
+    - `cp` [.env.template](.env.template) `.env `
     - Adapt `.env`, parameters are explained in the template file
   3. Init the backup archive:
     - `docker exec --rm -it borg bash -c "borg init --encryption repokey-blake2"`