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
1 changed files with 7 additions and 2 deletions

View File

@ -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`):