From 561d087a80dc5f3f2d3e4adab7b09cbe3412cde7 Mon Sep 17 00:00:00 2001 From: Niklas <39500356+broizter@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:32:35 +0200 Subject: [PATCH] Updated download link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e7ec13..18a97ad 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This script can be invoked manually, but it's designed to work without issues wh Download the latest release from GitHub for a stable and tested version. Required dependencies: - * **bw** for accessing your Bitwarden vault. It's Bitwarden's official CLI utility that can be downloaded from https://github.com/bitwarden/cli + * **bw** for accessing your Bitwarden vault. It's Bitwarden's official CLI utility that can be downloaded from [https://github.com/bitwarden/cli](https://bitwarden.com/download/) * **jq** for parsing output so the script can find what to backup. If you run a Debian based distributions then it can be installed with ```sudo apt install jq ``` WARNING! There is no built in check in the script nor in "bw" that checks for existing files and they WILL get overwritten if a file with the same filename that you are downloading already exists.