From c738570db2220b5b4dfffbab4d7b3dc6a488ff5e Mon Sep 17 00:00:00 2001 From: Lukas Audzevicius Date: Thu, 18 Jul 2024 12:13:33 +0100 Subject: [PATCH] (CAT-1786) Remove Fedora 36 from PDK README Recently we removed Fedora 36 from the list of supported platforms for the PDK. This commit updates the PDK README guide to reflect that change. --- docs/pdk_install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pdk_install.md b/docs/pdk_install.md index c1d574d62..b4cefc4a6 100644 --- a/docs/pdk_install.md +++ b/docs/pdk_install.md @@ -24,7 +24,7 @@ PDK is compatible with *nix, Windows, and macOS systems. For detailed version co |Operating system|Versions|Arch|Package type| |----------------|--------|----|------------| |Debian|9, 10, 11|x86_64|DEB| -|Fedora|36|x86_64|RPM| +|Fedora|40|x86_64|RPM| |OSX|11, 12|x86_64|DPKG| |Red Hat Enterprise Linux (RHEL)|6, 7, 8, 9|x86_64|RPM| |SUSE Linux Enterprise Server|12, 15|x86_64|N/A| @@ -81,10 +81,10 @@ Install PDK with the YUM package manager. sudo zypper install pdk ``` - - Fedora 36 + - Fedora 40 ``` - sudo rpm -Uvh https://yum.puppet.com/puppet-tools-release-fedora-36.noarch.rpm + sudo rpm -Uvh https://yum.puppet.com/puppet-tools-release-fedora-40.noarch.rpm sudo dnf install pdk ```