fix typo
This commit is contained in:
parent
52220eecea
commit
a4e0470bf7
|
|
@ -29,7 +29,7 @@ $ GO111MODULE="on"
|
||||||
$ GOPATH/src/github.com/zalando/postgres-operator/kubectl-pg go mod vendor
|
$ GOPATH/src/github.com/zalando/postgres-operator/kubectl-pg go mod vendor
|
||||||
# This generate a vendor directory with all dependencies needed by the plugin.
|
# This generate a vendor directory with all dependencies needed by the plugin.
|
||||||
$ $GOPATH/src/github.com/zalando/postgres-operator/kubectl-pg go install
|
$ $GOPATH/src/github.com/zalando/postgres-operator/kubectl-pg go install
|
||||||
# This will place the kubectl-pg binary in your $GOPATH/binG
|
# This will place the kubectl-pg binary in your $GOPATH/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
### Before using the kubectl pg plugin make sure to set KUBECONFIG env varibale
|
### Before using the kubectl pg plugin make sure to set KUBECONFIG env varibale
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue