From 59280fa47ca455a2f62d9c80f94eab00ff609d24 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Mon, 11 Mar 2024 15:55:54 -0600 Subject: [PATCH] Update docs to show v4.5.0 rather than a release candidate Signed-off-by: Jonathon Anderson --- userdocs/quickstart/el.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userdocs/quickstart/el.rst b/userdocs/quickstart/el.rst index f45d9658..f60e1a17 100644 --- a/userdocs/quickstart/el.rst +++ b/userdocs/quickstart/el.rst @@ -7,11 +7,11 @@ Install Warewulf The preferred way to install Warewulf on Enterprise Linux is using the the RPMs published in `GitHub releases`_. For example, to install the -v4.5.0rc2 release on Enterprise Linux 9: +v4.5.0 release on Enterprise Linux 9: .. code-block:: bash - dnf install https://github.com/warewulf/warewulf/releases/download/v4.5.0rc2/warewulf-4.5.0rc2-1.el9.x86_64.rpm + dnf install https://github.com/warewulf/warewulf/releases/download/v4.5.0/warewulf-4.5.0-1.el9.x86_64.rpm Packages are available for el7, el8, and el9.