From b660bd35f30f602f425ee736a64a35512e4c82fa Mon Sep 17 00:00:00 2001 From: Jack Baron Date: Mon, 11 Mar 2024 17:04:12 +0000 Subject: [PATCH] fmt --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1a7c44..7a5c414 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,19 @@ ## Dependencies - [borg](https://borgbackup.readthedocs.io/en/stable/installation.html) -- [deno](https://docs.deno.com/runtime/manual/getting_started/installation) (installed automatically by the installation script) -- [rclone](https://rclone.org/install/) (optional, required if you want to use `--sync`) +- [deno](https://docs.deno.com/runtime/manual/getting_started/installation) + (installed automatically by the installation script) +- [rclone](https://rclone.org/install/) (optional, required if you want to use + `--sync`) ## Installation -By default the install script will install both deno and the backup script to `/usr/local/bin`, which usually requires running the script as root. +By default the install script will install both deno and the backup script to +`/usr/local/bin`, which usually requires running the script as root. -You can set `BACKUP_INSTALL_DIR` and `BACKUP_SCRIPT_NAME` to customise the install directory and script filename respectively. This can be used to install for a single user, so that you dont need root. +You can set `BACKUP_INSTALL_DIR` and `BACKUP_SCRIPT_NAME` to customise the +install directory and script filename respectively. This can be used to install +for a single user, so that you dont need root. ```sh # install as root for all users