Update install docs for newer releases of RHEL and derivatives

This commit is contained in:
Johan Kok 2025-05-29 15:10:40 +02:00
parent 06ef4173b3
commit e040a391d8
No known key found for this signature in database

View file

@ -83,7 +83,7 @@ If you wish to use the packaged support files (systemd services, bash completion
This package comes with both of Caddy's [systemd service](/docs/running#linux-service) unit files, but does not enable them by default. Using the service is recommended. If you do, please read the [service usage instructions](/docs/running#using-the-service).
Fedora or RHEL/CentOS 8:
Fedora or RHEL/CentOS 8 and later:
<pre><code class="cmd"><span class="bash">dnf install 'dnf-command(copr)'</span>
<span class="bash">dnf copr enable @caddy/caddy</span>