From b547efaa459bde1c4033a9233e841f4b735e2454 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Wed, 20 Sep 2023 01:15:49 +0200 Subject: [PATCH] Update installation instructions --- Readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 3853310..bd0c71b 100644 --- a/Readme.md +++ b/Readme.md @@ -30,11 +30,16 @@ 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`. +For deb/rpm, download the deb/rpm from the latest release on GitHub and install it using your package manager. + +On other distributions, Mac and Windows, you can download it from the latest release on GitHub 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`. +Alternatively, you can build it yourself. +``` +go install github.com/quexten/goldwarden@latest +``` ### Usage Start the daemon (this is done by systemd automatically, when set up with `goldwarden setup systemd`):