mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
Added command for install for Centos 6 or 7 (#20177)
This commit is contained in:
parent
aa624dd7e4
commit
b2f90962ca
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user