From a60aafedbf6437f6dcbae55052124e3eb61230f0 Mon Sep 17 00:00:00 2001 From: Lab-8916100448256 <38373466+Lab-8916100448256@users.noreply.github.com> Date: Wed, 21 Jan 2026 18:38:28 +0100 Subject: [PATCH] Update Installation.md with pcsc-lite installation instructions for Debian and NixOS --- docs/Installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Installation.md b/docs/Installation.md index b37a4be..c9db4f1 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -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)