diff --git a/cli/README.md b/cli/README.md index c45c6236..6cfcb0f1 100644 --- a/cli/README.md +++ b/cli/README.md @@ -3,9 +3,8 @@ This utility manages Solana Foundation Delegation Program registrations. ## Installation -Install Rust from https://rustup.rs/, then run ```bash -$ sudo apt install libudev-dev +$ sudo apt install libudev-dev libssl-dev cargo pkg-config $ cargo install solana-foundation-delegation-program-cli $ solana-foundation-delegation-program --version ```