forked from LaconicNetwork/kompose
Merge pull request #332 from kubernetes-incubator/kadel-patch-1
Update RPM instalaion instructions in README.md
This commit is contained in:
commit
04a3131834
@ -55,13 +55,16 @@ sudo mv kompose /usr/local/bin
|
|||||||
|
|
||||||
#### CentOS
|
#### CentOS
|
||||||
|
|
||||||
|
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
|
```bash
|
||||||
sudo yum -y install centos-release-openshift-origin && sudo yum -y install kompose
|
sudo yum -y install kompose
|
||||||
```
|
```
|
||||||
|
|
||||||
[`centos-release-openshift-origin`](https://github.com/CentOS-PaaS-SIG/centos-release-openshift-origin) provides the YUM repository file for packages of the CentOS PaaS SIG that are used with OpenShift Origin.
|
|
||||||
|
|
||||||
#### Fedora
|
#### Fedora
|
||||||
|
Kompose is in Fedora 24 and 25 repositories. You can install it just like any other package.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo dnf -y install kompose
|
sudo dnf -y install kompose
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user