From 9ecf2f919e03c30d121f47495c0396177ef24657 Mon Sep 17 00:00:00 2001
From: utkarsh-singh1 <utkarsh.singh1@india.nec.com>
Date: Tue, 5 Dec 2023 00:03:25 +0530
Subject: [PATCH] Removed fedora installation instruction from installation.md

Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>
---
 docs/installation.md | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/docs/installation.md b/docs/installation.md
index ee18aa896..5268b500e 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -62,14 +62,6 @@ If you have [EPEL](https://fedoraproject.org/wiki/EPEL) enabled in your system,
 sudo yum -y install kompose
 ```
 
-## Fedora
-
-Kompose is in Fedora 24, 25 and 26 repositories. You can install it just like any other package.
-
-```bash
-sudo dnf -y install kompose
-```
-
 ## macOS
 
 On macOS, you can install the latest release via [Homebrew](https://brew.sh) or [MacPorts](https://www.macports.org/).