Fix install download link in the documentation

This commit is contained in:
Bruno Voisin 2024-06-21 11:31:28 +02:00
parent cb408a35df
commit 7b8878f00f

View File

@ -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`.