diff --git a/docs/root/start/install.rst b/docs/root/start/install.rst
index 599883fe54aba..01674263ac874 100644
--- a/docs/root/start/install.rst
+++ b/docs/root/start/install.rst
@@ -57,38 +57,16 @@ using `Get Envoy `__.
To add the nightly repository instead, replace the word ``stable`` with ``nightly``,
when adding the ``apt`` repository.
-Install Envoy on CentOS Linux
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-You can `install Envoy on CentOS `_
-using `Get Envoy `__.
-
-.. code-block:: console
-
- $ sudo yum install yum-utils
- $ sudo yum-config-manager --add-repo https://getenvoy.io/linux/centos/tetrate-getenvoy.repo
- $ sudo yum install getenvoy-envoy
-
-.. tip::
-
- You can enable/disable ``nightly`` using ``yum-config-manager``:
-
- .. code-block:: console
-
- $ sudo yum-config-manager --enable tetrate-getenvoy-nightly
- $ sudo yum-config-manager --disable tetrate-getenvoy-nightly
-
-Install Envoy on Redhat Enterprise Linux (RHEL)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Install Envoy on RPM-based distros
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-You can
-`install Envoy on Redhat Enterprise Linux (RHEL) `_
+You can `install Envoy on Centos/Redhat Enterprise Linux (RHEL) `_
using `Get Envoy `__.
.. code-block:: console
$ sudo yum install yum-utils
- $ sudo yum-config-manager --add-repo https://getenvoy.io/linux/rhel/tetrate-getenvoy.repo
+ $ sudo yum-config-manager --add-repo https://getenvoy.io/linux/rpm/tetrate-getenvoy.repo
$ sudo yum install getenvoy-envoy
.. tip::