Skip to content

Commit 0417c0d

Browse files
We target CentOS Stream, not classic CentOS
1 parent f17d974 commit 0417c0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.11-ma
3333

3434
### Installation Guides
3535

36-
* Linux, BSD, UNIX: [Debian, Ubuntu](install-debian.html) | [RHEL, CentOS, Fedora](install-rpm.html) | [Generic binary build](install-generic-unix.html) | [Solaris](install-solaris.html)
36+
* Linux, BSD, UNIX: [Debian, Ubuntu](install-debian.html) | [RHEL, CentOS Stream, Fedora](install-rpm.html) | [Generic binary build](install-generic-unix.html) | [Solaris](install-solaris.html)
3737
* Windows: [Chocolatey package](https://community.chocolatey.org/packages/rabbitmq) | [Windows Installer](install-windows.html) | [Binary build](install-windows-manual.html)
3838
* MacOS: [Homebrew](install-homebrew.html) | [Generic binary build](install-generic-unix.html)
3939
* [Erlang/OTP for RabbitMQ](./which-erlang.html)

site/install-rpm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919

2020
## <a id="overview" class="anchor" href="#overview">Overview</a>
2121

22-
This guide covers RabbitMQ installation on RPM-based Linux (RedHat Enterprise Linux, CentOS, Fedora, openSUSE).
22+
This guide covers RabbitMQ installation on RPM-based Linux (Red Hat Enterprise Linux, CentOS Stream, Fedora, openSUSE).
2323

2424
RabbitMQ is included in standard Fedora and RHEL repositories.
2525
However, the versions included are

0 commit comments

Comments
 (0)