Docs about dependencies for cryptsetup (#35)

This commit is contained in:
datosh 2022-04-01 14:54:21 +02:00 committed by GitHub
parent c0105a59aa
commit 995f2f6270

View File

@ -5,7 +5,7 @@
### Ubuntu 20.04
```sh
sudo apt install build-essential cmake libssl-dev
sudo apt install build-essential cmake libssl-dev pkg-config libcryptsetup12 libcryptsetup-dev
curl https://sh.rustup.rs -sSf | sh
```