From 43d930634106cde7fb58ab16e9912374a244d516 Mon Sep 17 00:00:00 2001 From: Jonathan Lestrelin Date: Sat, 3 Oct 2020 07:42:16 +0200 Subject: [PATCH] Add Fedora installation instructions. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f09ec4b..bfb2506 100644 --- a/README.md +++ b/README.md @@ -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.