Added installation instructions of rpm

kompose is packaged for CentOS and Fedora, so added easy installation
instructions.
This commit is contained in:
Suraj Deshmukh 2016-12-02 15:03:08 +05:30
parent c43a973453
commit 754812fa62

View File

@ -53,6 +53,20 @@ tar -xvf kompose_linux-amd64.tar.gz --strip 1
sudo mv kompose /usr/local/bin sudo mv kompose /usr/local/bin
``` ```
#### CentOS
```bash
sudo yum -y install centos-release-openshift-origin && 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
```bash
sudo dnf -y install kompose
```
## Bash Completion ## Bash Completion
Running this below command in order to benefit from bash completion Running this below command in order to benefit from bash completion