From 0314c78df0ebe2c84991afef5f8b8e95ce2a07ca Mon Sep 17 00:00:00 2001 From: Grzegorz Surmann Date: Wed, 17 Jul 2024 22:21:11 +0000 Subject: [PATCH] changes --- INSTALL.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 4a8b65b..63de046 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,11 +2,17 @@ **Prerequisites to install** -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. On Ubuntu/Debian it is installed by: +``` +apt-get -y install php-cli +``` -It may work with others or may not ;) +It may work with other version or it may not ;) -It needs php-cli residing in /usr/bin/php. +It needs php-cli residing in /usr/bin/php. You can check it by running: +``` +/usr/bin/php -v +``` Also needs the "pcntl" PHP extension and on Linux the "iproute2" package.