forked from LaconicNetwork/kompose
update README accordingly
This commit is contained in:
parent
9c38c07789
commit
b25af8f0b8
@ -30,7 +30,7 @@ file "redis-deployment.json" created
|
|||||||
|
|
||||||
Other examples are provided in the _examples_ [directory](./examples).
|
Other examples are provided in the _examples_ [directory](./examples).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
To install `kompose`, you can either `go get` or install the binary from a new release.
|
To install `kompose`, you can either `go get` or install the binary from a new release.
|
||||||
|
|
||||||
@ -47,6 +47,7 @@ Grab the latest [release](https://github.com/kubernetes-incubator/kompose/releas
|
|||||||
Linux example:
|
Linux example:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
=======
|
||||||
wget https://github.com/kubernetes-incubator/kompose/releases/download/v0.1.2/kompose_linux-amd64.tar.gz
|
wget https://github.com/kubernetes-incubator/kompose/releases/download/v0.1.2/kompose_linux-amd64.tar.gz
|
||||||
tar -xvf kompose_linux-amd64.tar.gz --strip 1
|
tar -xvf kompose_linux-amd64.tar.gz --strip 1
|
||||||
sudo mv kompose /usr/local/bin
|
sudo mv kompose /usr/local/bin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user