From 32c21ea85132502a57b799c05714f7daffe08b85 Mon Sep 17 00:00:00 2001 From: "Winston R. Milling" Date: Sun, 8 Sep 2019 18:12:20 -0400 Subject: [PATCH] Add name to repo add command (#66) ``` $ helm repo add https://billimek.com/billimek-charts/ Error: This command needs 2 arguments: name for the chart repository, the url of the chart repository ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 422d6068..3e0aeb8f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ ## Installation ```console -helm repo add https://billimek.com/billimek-charts/ +helm repo add billimek https://billimek.com/billimek-charts/ helm search billimek ```