From 397fdbe9a87976885327e6507bce813cd31cbeb5 Mon Sep 17 00:00:00 2001 From: "David P. Sugar" Date: Mon, 28 Aug 2023 21:00:12 +0200 Subject: [PATCH] README updated --- platform-auth/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform-auth/README.md b/platform-auth/README.md index cc4a64e..e6fbd19 100644 --- a/platform-auth/README.md +++ b/platform-auth/README.md @@ -29,3 +29,6 @@ KERNEL=="uhid", GROUP="fido", MODE="0660" ``` Then add the `uhid` module to `/etc/modules`. This will load the module during boot. + + +Finally, create a new group with `sudo groupadd fido` and add yourself to it with `sudo usermod -a -G fido username`.