Merge pull request #309 from droot/readme-fix

removed '-u' option from install command
This commit is contained in:
k8s-ci-robot 2018-02-21 11:41:40 -08:00 committed by GitHub
commit af31960388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.