Added command for install for Centos 6 or 7 (#20177)
This commit is contained in:
@ -54,6 +54,11 @@ On Debian based GNU/Linux distros, you can install by :
|
|||||||
sudo apt install php
|
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 :
|
After installing you can run any PHP files by simply doing this in terminal :
|
||||||
```
|
```
|
||||||
php file.php
|
php file.php
|
||||||
|
Reference in New Issue
Block a user