Add Fedora installation instructions.

This commit is contained in:
Jonathan Lestrelin 2020-10-03 07:42:16 +02:00
parent 638b366b05
commit 43d9306341

View File

@ -10,6 +10,14 @@ Supports OTP, fields and can use GPaste.
## Arch Linux
Install `gnome-pass-search-provider-git` from the AUR.
## Fedora
Enable the copr repo and install the package with DNF:
```shell
dnf copr enable jle64/gnome-pass-search-provider
dnf install gnome-pass-search-provider
```
## Manual
Ensure that python>=3.5 as well as the dbus, gobject, fuzzywuzzy modules are installed. They should all be packaged under python-name or python3-name depending on your distribution.