Update installation instructions

This commit is contained in:
Bernd Schoolmann 2023-09-20 01:15:49 +02:00
parent 9ca4502a17
commit b547efaa45
No known key found for this signature in database

View File

@ -30,11 +30,16 @@ yay -S goldwarden
``` ```
should be enough to install goldwarden on your system. should be enough to install goldwarden on your system.
Otherwise: For deb/rpm, download the deb/rpm from the latest release on GitHub and install it using your package manager.
Download the latest release binary and put it into a location you want to have it in, f.e `/usr/bin`.
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`. Then run `goldwarden setup polkit`.
Optionally run: `goldwarden setup systemd` and `goldwarden setup browserbiometrics`. Optionally run: `goldwarden setup systemd` and `goldwarden setup browserbiometrics`.
Alternatively, you can build it yourself.
```
go install github.com/quexten/goldwarden@latest
```
### Usage ### Usage
Start the daemon (this is done by systemd automatically, when set up with `goldwarden setup systemd`): Start the daemon (this is done by systemd automatically, when set up with `goldwarden setup systemd`):