From 8bdd22d5317c50218c85387e38b84591f25714e2 Mon Sep 17 00:00:00 2001 From: utkarsh-singh1 Date: Mon, 12 Feb 2024 15:09:26 +0530 Subject: [PATCH 1/2] Remove Operating Systems where kompose binary does not exist or available in old versions Signed-off-by: utkarsh-singh1 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4584f92b2..73e56a644 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,7 @@ Installation methods: - [Binary (Preferred method)](/docs/installation.md#github-release) - [Go](/docs/installation.md#go) - [CentOS](/docs/installation.md#centos) -- [Fedora](/docs/installation.md#fedora) - [openSUSE/SLE](/docs/installation.md#opensusesle) -- [Ubuntu/Debian](/docs/installation.md#ubuntudebian) - [NixOS](/docs/installation.md#nixos) - [macOS (Homebrew and MacPorts)](/docs/installation.md#macos) - [Windows](/docs/installation.md#windows) From 2f655492a1b057d70da5eaa29f376a32788a25a4 Mon Sep 17 00:00:00 2001 From: utkarsh-singh1 Date: Mon, 12 Feb 2024 16:06:02 +0530 Subject: [PATCH 2/2] Update /docs/installation.md Signed-off-by: utkarsh-singh1 --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 4d70b230d..6b8b48b92 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -53,7 +53,7 @@ go install github.com/kubernetes/kompose@latest ## CentOS -Kompose is in [EPEL](https://fedoraproject.org/wiki/EPEL) CentOS repository. +Kompose is in [EPEL](https://fedoraproject.org/wiki/EPEL) (Available in EPEL 7 package repository) CentOS repository. If you don't have [EPEL](https://fedoraproject.org/wiki/EPEL) repository already installed and enabled you can do it by running `sudo yum install epel-release` If you have [EPEL](https://fedoraproject.org/wiki/EPEL) enabled in your system, you can install Kompose like any other package.