From 7cee93afc6c0a928551d13c33008bfa3c43ea492 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 1 Sep 2020 12:11:01 -0400 Subject: [PATCH] add installation instructions for Arch Linux --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4fd5034..289814f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,14 @@ $ sudo apt install open-fprintd fprintd-clients python3-validity $ fprintd-enroll ``` +On Arch Linux +(Or Arch Linux based system, not including Artix) +``` +$ yay -S python-validity +(Press Enter twice when prompted) +$ 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`.