update install instructions (#20420)

This commit is contained in:
Max Harmony
2018-10-30 22:38:47 -04:00
committed by Tom
parent 0275440256
commit c2e36510ea

View File

@ -9,11 +9,11 @@ Apache runs on 67% of all webservers in the world. It is fast, reliable, and sec
### Installation
#### On Ubuntu
#### On Ubuntu/Debian
```
sudo apt install apache2
sudo aptitude install apache2
```
#### On Centos
#### On CentOS
```
sudo yum install httpd
````