forked from LaconicNetwork/kompose
Added installation instructions of rpm
kompose is packaged for CentOS and Fedora, so added easy installation instructions.
This commit is contained in:
parent
c43a973453
commit
754812fa62
14
README.md
14
README.md
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user