From d5c189550630bbf96206faf3d4a71a2e535631b8 Mon Sep 17 00:00:00 2001 From: Arkady Shane Date: Fri, 14 May 2021 18:18:23 +0300 Subject: [PATCH] added Fedora installation items --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 289814f..b1478a3 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,15 @@ $ yay -S python-validity $ fprintd-enroll ``` +On Fedora Linux + +``` +$ sudo dnf copr enable tigro/python-validity +$ sudo apt install open-fprintd fprintd-clients fprintd-clients-pam python3-validity +...wait a bit... +$ fprintd-enroll +``` + ### Error situations If `fprintd-enroll` returns with `list_devices failed:`, you can check the logs of the `python3-validity` daemon using `$ sudo systemctl status python3-validity`.