From 2fb102793b4163a5d3e9acce8a767340d8f5fd5f Mon Sep 17 00:00:00 2001 From: Pham1993 <159239800+Pham1993@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:58:36 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67ca9db..f5a6856 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Install dependencies, you would need common set of tools for building from sourc On Debian/Ubuntu: ```bash apt install git curl build-essential libssl-dev zlib1g-dev -``` +``` On CentOS/RHEL: ```bash yum install openssl-devel zlib-devel