Skip to content

Commit

Permalink
Merge pull request #151 from pierreprinetti/readme_fedora
Browse files Browse the repository at this point in the history
Add installation instructions for Fedora Linux
  • Loading branch information
str4d authored Jan 22, 2024
2 parents acc783d + 7c512d2 commit d7d47e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ is installed and running.
| Environment | CLI command |
|-------------|-------------|
| Debian or Ubuntu | `sudo apt-get install pcscd` |
| Fedora | `sudo dnf install pcsc-lite` |
| OpenBSD | As ```root``` do:<br>`pkg_add pcsc-lite ccid`<br>`rcctl enable pcscd`<br>`rcctl start pcscd` |
| FreeBSD | As ```root``` do:<br>`pkg install pcsc-lite libccid`<br>`service pcscd enable`<br>`service pcscd start` |

Expand All @@ -34,6 +35,7 @@ compiled.
| Environment | CLI command |
|-------------|-------------|
| Debian or Ubuntu | `sudo apt-get install libpcsclite-dev` |
| Fedora | `sudo dnf install pcsc-lite-devel` |

### Windows Subsystem for Linux (WSL)

Expand Down

0 comments on commit d7d47e8

Please sign in to comment.