From 9ff60ea8c5a9d7ef6609eceece3cb8b5a367ea5b Mon Sep 17 00:00:00 2001 From: Kysh <42900317+Kyshman@users.noreply.github.com> Date: Sun, 30 Mar 2025 19:51:37 +0300 Subject: [PATCH] Update README.md updated for arch specific steps --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index de3e39a..a2e7511 100644 --- a/README.md +++ b/README.md @@ -970,6 +970,13 @@ sudo apt update sudo apt install -y gnupg gnupg-agent scdaemon pcscd ``` +**Arch** + +```console +sudo pacman -S --needed gnupg pcsc-tools +sudo systemctl enable --now pcscd.service +``` + **macOS** ```console