diff --git a/README.md b/README.md index 9fba609..f589559 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,15 @@ Usage: Getting it from https://rustup.rs/ is recommended. +* Install required build dependencies: + + On Debian 12: + + ```bash + sudo apt update + sudo apt install build-essential clang unzip + ``` + * Compile and run: ```bash