Update Readme.md
This commit is contained in:
parent
264f2ab595
commit
6e942c0808
|
@ -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.
|
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
|
### 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`.
|
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`.
|
Then run `goldwarden setup polkit`.
|
||||||
Optionally run: `goldwarden setup systemd` and `goldwarden setup browserbiometrics`.
|
Optionally run: `goldwarden setup systemd` and `goldwarden setup browserbiometrics`.
|
||||||
|
|
Loading…
Reference in New Issue