aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 758b558..c5f4b37 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,12 @@ devices.
nitrokey-sys = "0.1.0"
```
-Currently, this crate requires a `libnitrokey` installation available in the
-default library and include path.
+The version of this crate corresponds to the wrapped `libnitrokey` version.
+This crate contains a copy of the `libnitrokey` library, builds it from source
+and links it statically. The host system must provide its dependencies in the
+library search path:
+
+- `libhidapi-libusb0`
## Contact