Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
r4gus committed Aug 28, 2023
1 parent bca54d1 commit 397fdbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 397fdbe

Please sign in to comment.