diff --git a/docs/src/INSTALL.md b/docs/src/INSTALL.md index a3e4932..b17c13d 100644 --- a/docs/src/INSTALL.md +++ b/docs/src/INSTALL.md @@ -1,4 +1,20 @@ -# Installing Keyfork +## Dependencies + +Keyfork has different dependencies depending on the feature set used for +installation, but the default build dependencies may be installed on a Debian +system by running: + +```sh +sudo apt install pkg-config nettle-dev libpcsclite-dev clang llvm +``` + +The runtime dependencies are: + +```sh +sudo apt install libnettle8 libpcsclite1 pcscd +``` + +## Installing Keyfork Keyfork is hosted using the Distrust Cargo repository. For the fastest installation path (this is not recommended), crates may be installed directly