Correct libssl dependency in the README.

This commit is contained in:
parazyd
2022-12-15 22:33:40 +01:00
parent 3453a770df
commit 29414e5b78

View File

@@ -43,7 +43,7 @@ The following dependencies are also required:
| jq | jq |
| gcc | gcc |
| pkg-config | pkg-config |
| openssl libs | openssl-dev |
| openssl libs | libssl-dev |
Users of Debian-based systems (e.g. Ubuntu) can simply run the
following to install the required dependencies: