small changes

This commit is contained in:
Grzegorz Surmann 2024-07-25 14:54:51 +00:00
parent b173ba0a43
commit de35910e94

View File

@ -4,12 +4,12 @@
On Ubuntu/Debian the required packages will be installed by: On Ubuntu/Debian the required packages will be installed by:
``` ```
apt-get -y install git iproute2 php-cli apt-get -y install git iproute2 php-cli wget curl
``` ```
On RedHat/CentOS the required packages may be installed by: On RedHat/CentOS the required packages may be installed by:
``` ```
yum -y install git iproute2 php yum -y install git iproute2 php wget curl
``` ```
This daemon needs PHP, tested with 5.6, 7.4 and 8.2. This daemon needs PHP, tested with 5.6, 7.4 and 8.2.