diff --git a/polkadot/README.md b/polkadot/README.md index 8190fc3f45..5d55065cf2 100644 --- a/polkadot/README.md +++ b/polkadot/README.md @@ -45,7 +45,7 @@ rustup update Once done, finish installing the support software: ```bash -sudo apt install make clang pkg-config libssl-dev +sudo apt install build-essential git clang libclang-dev pkg-config libssl-dev ``` Build the client by cloning this repository and running the following commands from the root