0.2.0 Release

This commit is contained in:
Charlie Drage
2017-01-27 15:36:17 -05:00
parent 3f10691838
commit c20ce2f088
3 changed files with 129 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ Grab the latest [release](https://github.com/kubernetes-incubator/kompose/releas
Linux example:
```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.2.0/kompose_linux-amd64.tar.gz
tar -xvf kompose_linux-amd64.tar.gz --strip 1
sudo mv kompose /usr/local/bin
```