From 7b8878f00f034cf5c14f9d7c4d60ffb73fc40322 Mon Sep 17 00:00:00 2001 From: Bruno Voisin Date: Fri, 21 Jun 2024 11:31:28 +0200 Subject: [PATCH] Fix install download link in the documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5017ea0..8a1b631 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ In most cases, a **graphical *pinentry* program** is also needed for use with th Download the latest `install_host_app.sh` script from [our releases page](https://codeberg.org/PassFF/passff-host/releases) and execute it. As an example, Firefox users can do this in one line like so: ```bash -curl -sSL https://codeberg.org/PassFF/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox +curl -sSL https://codeberg.org/PassFF/passff-host/releases/download/latest/install_host_app.sh | bash -s -- firefox ``` Users of other supported browsers need to replace the last argument (`firefox`) by `librewolf`, `chrome`, `opera`, `chromium` or `vivaldi`.