diff --git a/README.md b/README.md index 3317c48..5dd0f26 100644 --- a/README.md +++ b/README.md @@ -123,25 +123,31 @@ To follow these steps please install [git-lfs][gl] and [git-sig][gs]. ``` --> -1. Clone repo +1. Install required dependencies + + ### Debian + + `sudo apt install build-essential gcc clang llvm pkg-config nettle-dev libpcsclite-dev` + +2. Clone repo ```sh git clone https://git.distrust.co/public/stack ``` -2. Verify Git signatures +3. Verify Git signatures ```sh git verify-commit HEAD ``` -3. Install binary +4. Install binary ```sh cargo install --path crates/keyfork ``` -4. Optionally, build binary for distribution +5. Optionally, build binary for distribution ```sh cargo build --release --bin keyfork