Added command for install for Centos 6 or 7 (#20177)

This commit is contained in:
zendmaster
2018-10-28 08:37:53 -06:00
committed by Tom
parent aa624dd7e4
commit b2f90962ca

View File

@ -54,6 +54,11 @@ On Debian based GNU/Linux distros, you can install by :
sudo apt install php
```
On Centos 6 or 7 you can install by :
```bash
sudo yum install php
```
After installing you can run any PHP files by simply doing this in terminal :
```
php file.php