From 2c100bf37564cfb042edc03d58abf25a7d48c5d2 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 12 Apr 2024 14:00:19 -0700 Subject: [PATCH] Adapt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62882b1710..b3cebfe4b4 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ On Debian and Ubuntu, `ord` requires `libssl-dev` when building from source: ``` sudo apt-get install pkg-config libssl-dev build-essential ``` + Or RedHat/Centos, you need to change the command above to: ```