move extra package to comment so users' can copy paste command

Eli Flanagan
2016-04-13 11:01:18 -04:00
parent af03eb63d4
commit 7dd0f1c033

@@ -197,7 +197,8 @@ The standalone ModSecurity is located at https://www.modsecurity.org/download.ht
To build the standalone module from source on a GNU/Linux platform, you need to install the standard and development packages for apache and prce. For example:
<pre>
# RHEL/CentOS style install
sudo yum install httpd httpd-devel pcre pcre-devel libxml2-devel (and systemd-devel on newer versions)
# May also need systemd-devel on newer versions
sudo yum install httpd httpd-devel pcre pcre-devel libxml2-devel
</pre>
<pre>
# Debian style install