mirror of
https://codeberg.org/gaschz/passff-host.git
synced 2025-06-06 18:08:46 +02:00
Merge pull request 'Fix install download link in the documentation' (#79) from brunodev/passff-host:fix/install-link-doc into main
Reviewed-on: https://codeberg.org/PassFF/passff-host/pulls/79
This commit is contained in:
commit
daef53be0d
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user