Merge pull request #1488 from dmitris/patch-1

recommend to use 'go install @latest" for Go
This commit is contained in:
Tomas Kral 2022-09-26 13:25:37 +02:00 committed by GitHub
commit a4413b2570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,10 +37,10 @@ Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v
## 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
go get -u github.com/kubernetes/kompose
go install github.com/kubernetes/kompose@latest
```
## CentOS