Added instructions for Fedora (#24935)

This commit is contained in:
doomcrewinc
2018-12-14 20:35:03 -07:00
committed by Manish Giri
parent 21c0eff438
commit 223baa5b8e

View File

@@ -14,6 +14,11 @@ Apache runs on 67% of all webservers in the world. It is fast, reliable, and sec
sudo aptitude install apache2
```
#### On Fedora
```
sudo dnf install httpd
```
#### On CentOS
```
sudo yum install httpd