We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d003fe3 commit 93177afCopy full SHA for 93177af
1 file changed
ohttp-client/README.md
@@ -44,7 +44,7 @@ The repo supports development using GitHub Codespaces and devcontainers. The rep
44
Alternatively, you can setup your own environment by installing dependencies.
45
```
46
sudo apt update
47
-sudo apt install -y curl build-essential jq
+sudo apt install -y curl build-essential jq libssl-dev
48
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
49
50
0 commit comments