Update install docs for newer releases of RHEL and derivatives (#476)

This commit is contained in:
Johan Kok 2025-06-09 17:16:28 +02:00 committed by GitHub
parent 603e2d355f
commit 78c23bf7e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>