forked from LaconicNetwork/kompose
recommend to use 'go install @latest" for Go
This commit is contained in:
parent
6512dd3dd4
commit
3a431dd7b4
@ -37,10 +37,10 @@ Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v
|
|||||||
|
|
||||||
## Go
|
## Go
|
||||||
|
|
||||||
Installing using `go get` pulls from the master branch with the latest development changes.
|
Installing using `go install` pulls from the master branch with the latest development changes.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
go get -u github.com/kubernetes/kompose
|
go install github.com/kubernetes/kompose@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## CentOS
|
## CentOS
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user