forked from LaconicNetwork/kompose
update README properly
This commit is contained in:
parent
d68bc40458
commit
6eb8c4ca76
@ -40,6 +40,12 @@ tar -xvf kompose_linux-amd64.tar.gz --strip 1
|
|||||||
sudo mv kompose /usr/local/bin
|
sudo mv kompose /usr/local/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Otherwise, you could take the latest development package from master branch. Make sure your PATH includes the $GOPATH/bin directory so your commands can be easily used:
|
||||||
|
```console
|
||||||
|
$ go get github.com/kubernetes-incubator/kompose
|
||||||
|
$ export PATH=$PATH:$GOPATH/bin
|
||||||
|
```
|
||||||
|
|
||||||
## 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