Skip to content

Commit 22ac356

Browse files
committed
edits based on feedback from Dennis
1 parent 41c6a35 commit 22ac356

File tree

1 file changed

+9
-2
lines changed
  • Yubico.YubiKey/docs/users-manual/yubikey-reference/transports

1 file changed

+9
-2
lines changed

Yubico.YubiKey/docs/users-manual/yubikey-reference/transports/overview.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,19 +139,26 @@ $ apt-get install libpcsclite1
139139

140140
**Arch Linux**:
141141

142-
If on Arch Linux, you may also need to install `pcsc-tools`:
142+
If on Arch Linux, you need to install both `pcsclite` and `ccid`:
143+
144+
```
145+
sudo pacman -S pcsclite ccid
146+
```
147+
148+
Optionally, you can also install `pcsc-tools`, which provides additional tools for troubleshooting smart card connectivity:
143149

144150
```
145151
sudo pacman -S pcsc-tools
146152
```
147153

148-
Once installed, start the pcsc daemon:
154+
Once package installation is complete, start the pcsc daemon:
149155

150156
```
151157
sudo systemctl enable --now pcscd.socket
152158
sudo systemctl start --now pcscd.socket
153159
```
154160

161+
For more information on working with smart cards on Arch Linux, see the [Arch Linux documentation](https://wiki.archlinux.org/title/Smartcards).
155162

156163
## NFC
157164

0 commit comments

Comments
 (0)