This commit is contained in:
Grzegorz Surmann 2024-07-17 22:27:46 +00:00
parent 9501612b30
commit 57d64fc2a9

View File

@ -14,7 +14,15 @@ 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.
Also needs the "pcntl" PHP extension, check it by running:
```
php -i | grep "pcntl support"
```
On Linux it needs the "iproute2" package, check it by running:
```
ip route show
```
**Quick and fast install**
```