This commit is contained in:
Grzegorz Surmann 2024-07-18 00:46:36 +00:00
parent 1aaaf3b741
commit b4592ab253

View File

@ -2,12 +2,13 @@
**Prerequisites to install**
This daemon needs PHP, tested with 5.6, 7.4 and 8.2. On Ubuntu/Debian it is installed by:
On Ubuntu/Debian the required packages will be installed by:
```
apt-get -y install php-cli
apt-get -y install git iproute2 php-cli
```
It may work with other version or it may not ;)
This daemon needs PHP, tested with 5.6, 7.4 and 8.2.
It may work with other versions or it may not work ;)
It needs php-cli residing in /usr/bin/php. You can check it by running:
```