From 8ef947c65f9a85e72da51507938afc67ebbf09ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerry=20Lundstr=C3=B6m?= Date: Wed, 16 Aug 2023 11:19:09 +0200 Subject: [PATCH] Doc - Fix #302: Mention PowerTools for libpcap-devel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 190712a7..61b9562f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To install the dependencies under Debian/Ubuntu: apt-get install -y libpcap-dev ``` -To install the dependencies under CentOS (with EPEL enabled): +To install the dependencies under CentOS (with EPEL/PowerTools enabled): ``` yum install -y libpcap-devel ```