From c313fa4385381f7b16ce33a9229d2e3f72e24dfd Mon Sep 17 00:00:00 2001 From: Eduardo Minguez Perez Date: Thu, 13 Jul 2017 11:56:34 +0200 Subject: [PATCH] Added Fedora 26 http://fedora.melbourneitmirror.net/fedora/linux/releases/26/Everything/x86_64/os/Packages/k/kompose-0.7.0-0.1.fc26.x86_64.rpm --- docs/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 5262df73..5beb4f71 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -36,12 +36,13 @@ Kompose is in [EPEL](https://fedoraproject.org/wiki/EPEL) 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. + ```bash sudo yum -y install kompose ``` #### Fedora -Kompose is in Fedora 24 and 25 repositories. You can install it just like any other package. +Kompose is in Fedora 24, 25 and 26 repositories. You can install it just like any other package. ```bash sudo dnf -y install kompose