From f1ce3581fe382fbcd8aab7bedaed8004d8e18682 Mon Sep 17 00:00:00 2001 From: Andrey Voronkov Date: Thu, 30 Nov 2017 23:32:05 +0300 Subject: [PATCH] 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. --- docs/install_faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_faq.md b/docs/install_faq.md index 4a344c2ee..96a5c7da7 100644 --- a/docs/install_faq.md +++ b/docs/install_faq.md @@ -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