diff --git a/src/getting_started/installation.md b/src/getting_started/installation.md index 2afb193..e6c2b78 100644 --- a/src/getting_started/installation.md +++ b/src/getting_started/installation.md @@ -58,7 +58,9 @@ cargo install --git https://github.com/project-serum/anchor --tag v0.24.1 anchor On Linux systems you may need to install additional dependencies if cargo install fails. On Ubuntu, ``` -sudo apt-get update && sudo apt-get upgrade && sudo apt-get install -y pkg-config build-essential libudev-dev +sudo apt-get update && \ +sudo apt-get upgrade && \ +sudo apt-get install -y pkg-config build-essential libudev-dev libssl-dev ``` Now verify the CLI is installed properly.