diff --git a/docs/developer-guide.md b/docs/developer-guide.md index 44d57f7c690a1..7778f2b587029 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -84,7 +84,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh To install the dependencies on Debian-based Linux systems, run: ```shell -sudo apt install make build-essential cmake protobuf-compiler curl postgresql-client tmux lld pkg-config libssl-dev +sudo apt install make build-essential cmake protobuf-compiler curl postgresql-client tmux lld pkg-config libssl-dev libsasl2-dev curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ```