Fix unnecessary client-only install in example.

Fix me if I'm wrong but answering this question you have no need to do client-only install.
pull/3217/head
Andrey Voronkov 8 years ago committed by GitHub
parent 06be9d7800
commit f1ce3581fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ Set the `$HELM_HOME` environment variable, and then run `helm init`:
```console
export HELM_HOME=/some/path
helm init --client-only
helm init
```
Note that if you have existing repositories, you will need to re-add them

Loading…
Cancel
Save