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 ;)