From 6e942c080846cc69642ef494176c66c2d173f669 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Sun, 20 Aug 2023 23:39:16 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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`.