Merge pull request #130 from VlkrS/VlkrS-bsd-ccid

Explicitly mention CCID packages for the two BSDs
This commit is contained in:
str4d
2023-03-23 08:30:07 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -42,7 +42,7 @@ $ sudo apt-get install pcscd
As ```root``` do:
```
$ pkg_add pcsc-lite
$ pkg_add pcsc-lite ccid
$ rcctl enable pcscd
$ rcctl start pcscd
```
@@ -51,7 +51,7 @@ $ rcctl start pcscd
As ```root``` do:
```
$ pkg install pcsc-lite
$ pkg install pcsc-lite libccid
$ service pcscd enable
$ service pcscd start
```