Browse Source

Correct libssl dependency in the README.

parazyd 3 years ago
parent
commit
29414e5b78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

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