summaryrefslogtreecommitdiff
path: root/docs/manual/install.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2020-02-15 14:46:17 +0000
committerRich Bowen <rbowen@apache.org>2020-02-15 14:46:17 +0000
commit52ca512846d4710b8ecc9780321dbe5714f44bc5 (patch)
tree566113580e53d2045e7b01be7930d9a80b8f565a /docs/manual/install.xml
parentb1a82c2ce37a3167241e23c7dc5c6023a07ab9a0 (diff)
downloadhttpd-52ca512846d4710b8ecc9780321dbe5714f44bc5.tar.gz
RHEL and CentOS now use dnf. Call out yum as the outlier, rather than
the other way around. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874056 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/install.xml')
-rw-r--r--docs/manual/install.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/install.xml b/docs/manual/install.xml
index f8f2854c7a..4b3275ce4a 100644
--- a/docs/manual/install.xml
+++ b/docs/manual/install.xml
@@ -56,12 +56,12 @@
<dt>Installing on Fedora/CentOS/Red Hat Enterprise Linux</dt>
<dd>
<highlight>
-sudo yum install httpd
+sudo dnf install httpd
sudo service httpd start
</highlight>
- <note type="warning">Newer releases of these distros use
- <code>dnf</code> rather than <code>yum</code>. See <a
+ <note type="warning">Older releases of these distros use
+ <code>yum</code> rather than <code>dnf</code>. See <a
href="https://fedoraproject.org/wiki/Apache_HTTP_Server">the
Fedora project's documentation</a> for platform-specific notes.</note>
</dd>