This commit is contained in:
Grzegorz Surmann 2024-07-18 23:06:17 +00:00
parent 140e8a84e5
commit e0683630e5

View File

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