Skip to content

Commit

Permalink
update README properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ngtuna committed Oct 27, 2016
1 parent d68bc40 commit ee6ee17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ tar -xvf kompose_linux-amd64.tar.gz --strip 1
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
Running this below command in order to benefit from bash completion

Expand Down

0 comments on commit ee6ee17

Please sign in to comment.