Merge pull request #514 from davidxia/patch1

fix: add missing macOS `brew` command
This commit is contained in:
drduh 2025-07-28 01:02:18 +00:00 committed by GitHub
commit a089002e35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1033,6 +1033,12 @@ sudo systemctl enable --now pcscd.service
**macOS**
```console
brew install gnupg
```
Or using MacPorts
```console
sudo port install gnupg2 pcsc-tools
```