Update Installation.md with pcsc-lite installation instructions for Debian and NixOS

This commit is contained in:
Lab-8916100448256
2026-01-21 18:38:28 +01:00
committed by GitHub
parent 44c531f21c
commit a60aafedbf
+4
View File
@@ -47,6 +47,10 @@ Regardless of the installation method you choose below, your **host operating sy
# Command may vary by distro, commonly:
sudo systemctl enable --now pcscd
```
To have the pcscd service, you may need to install pcsc-lite if it is not installed by default on your Linux distribution.
- On Debian : `sudo apt install pcscd`
- On NixOS, add this line in your /etc/nixos/configuration.nix : `services.pcscd.enable = true;`
### Option 1: [COPR Repository](https://copr.fedorainfracloud.org/coprs/lockedmutex/picoforge/) (Recommended for Fedora, openSUSE, and RHEL-based distros)