diff --git a/README.md b/README.md
index c48a7a1..0632083 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,14 @@ is installed and running.
| OpenBSD | As ```root``` do:
`pkg_add pcsc-lite ccid`
`rcctl enable pcscd`
`rcctl start pcscd` |
| FreeBSD | As ```root``` do:
`pkg install pcsc-lite libccid`
`service pcscd enable`
`service pcscd start` |
+When installing via Cargo, you also need to ensure that the development headers
+for the `pcsc-lite` library are available, so that the `pcsc-sys` crate can be
+compiled.
+
+| Environment | CLI command |
+|-------------|-------------|
+| Debian or Ubuntu | `sudo apt-get install libpcsclite-dev` |
+
### Windows Subsystem for Linux (WSL)
WSL does not currently provide native support for USB devices. However, Windows