From e9d4013e80790f887d63dca4d40428aca791585a Mon Sep 17 00:00:00 2001 From: Jared Tan Date: Sat, 14 Dec 2019 14:29:16 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8593a7..318ba11 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To install and configure skywalking in a Kubernetes cluster, follow these instru ```shell script $ cd chart -$ helm add stable https://kubernetes-charts.storage.googleapis.com/ +$ helm repo add stable https://kubernetes-charts.storage.googleapis.com/ $ helm dep up @@ -26,7 +26,7 @@ Only need to close the elasticsearch deployed by chart default and configure the ```shell script $ cd chart -$ helm add stable https://kubernetes-charts.storage.googleapis.com/ +$ helm repo add stable https://kubernetes-charts.storage.googleapis.com/ $ helm dep up -- GitLab