diff --git a/Readme.md b/Readme.md index b4e4c56..26bf5d4 100644 --- a/Readme.md +++ b/Readme.md @@ -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`.