Update Readme.md

This commit is contained in:
Bernd Schoolmann 2023-08-20 23:39:16 +02:00 committed by GitHub
parent 264f2ab595
commit 6e942c0808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,14 @@ Right now, Goldwarden is only tested on Linux. It should be possible to port to
On Linux, you need at least a working Polkit installation and a pinentry agent. Both X11 and Wayland are supported for autofill, albeit only Wayland is tested.
### Installation
On Arch linux, or other distributions with access to the AUR, simply:
```
yay -S goldwarden
```
should be enough to install goldwarden on your system.
Otherwise:
Download the latest release binary and put it into a location you want to have it in, f.e `/usr/bin`.
Then run `goldwarden setup polkit`.
Optionally run: `goldwarden setup systemd` and `goldwarden setup browserbiometrics`.