Merge pull request #309 from droot/readme-fix
removed '-u' option from install command
This commit is contained in:
commit
af31960388
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<!-- @installKinflate @test -->
|
||||
```shell
|
||||
go get -u k8s.io/kubectl/cmd/kinflate
|
||||
go get k8s.io/kubectl/cmd/kinflate
|
||||
```
|
||||
|
||||
After running the above command, `kinflate` should get installed in your `GOPATH/bin` directory.
|
||||
|
|
|
|||
Loading…
Reference in New Issue