diff --git a/INSTALL.md b/INSTALL.md index fe4b430..178d4c1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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: ```