From e0683630e5db78a78fdc7509ae95460a4a34df90 Mon Sep 17 00:00:00 2001 From: Grzegorz Surmann Date: Thu, 18 Jul 2024 23:06:17 +0000 Subject: [PATCH] changes --- INSTALL.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index bf0692e..6477c0c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -7,6 +7,15 @@ On Ubuntu/Debian the required packages will be installed by: apt-get -y install git iproute2 php-cli ``` +On RedHat/CentOS the required packages will be installed by: +``` +dnf -y install git iproute2 php +``` +-or- +``` +yum -y install git iproute2 php +``` + This daemon needs PHP, tested with 5.6, 7.4 and 8.2. It may work with other versions or it may not work ;)