add required debian deps to readme

This commit is contained in:
Anton Livaja 2025-02-11 08:14:20 -05:00
parent 083eb16b39
commit 898a5702bb
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 10 additions and 4 deletions

View File

@ -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