Browse Source

Add libssl-dev to additional deps (#2206)

Dana 3 years ago
parent
commit
8719facf60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/src/pages/docs/installation.md

+ 1 - 1
docs/src/pages/docs/installation.md

@@ -38,7 +38,7 @@ cargo install --git https://github.com/coral-xyz/anchor avm --locked --force
 On Linux systems you may need to install additional dependencies if cargo install fails. E.g. on Ubuntu:
 
 ```shell
-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
 ```
 
 Install the latest version of the CLI using `avm`, and then set it to be the version to use.