From 1c377548a428fe32684ea1ae774c4708a15c9108 Mon Sep 17 00:00:00 2001 From: VEDANT SHROTRIA <40681425+Jonsy13@users.noreply.github.com> Date: Tue, 16 Mar 2021 03:17:02 +0530 Subject: [PATCH] Added Minor Installation Changes. (#23) Signed-off-by: Jonsy13 --- website/docs/litmus-installation.md | 4 ++-- .../version-2.0.0-Beta-1/litmus-installation.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/litmus-installation.md b/website/docs/litmus-installation.md index 9856da1..cc6ab1f 100644 --- a/website/docs/litmus-installation.md +++ b/website/docs/litmus-installation.md @@ -25,10 +25,10 @@ kubectl create ns litmus ### **Add the Litmus Helm Chart** -To get started you need to add the **litmuschaos** helm repo +To get started you need to clone the **litmuschaos** helm repo ```bash -helm repo add litmuschaos https://litmuschaos.github.io/litmus-helm/ +git clone https://litmuschaos.github.io/litmus-helm/ ``` ### **Install Litmus** diff --git a/website/versioned_docs/version-2.0.0-Beta-1/litmus-installation.md b/website/versioned_docs/version-2.0.0-Beta-1/litmus-installation.md index 9856da1..cc6ab1f 100644 --- a/website/versioned_docs/version-2.0.0-Beta-1/litmus-installation.md +++ b/website/versioned_docs/version-2.0.0-Beta-1/litmus-installation.md @@ -25,10 +25,10 @@ kubectl create ns litmus ### **Add the Litmus Helm Chart** -To get started you need to add the **litmuschaos** helm repo +To get started you need to clone the **litmuschaos** helm repo ```bash -helm repo add litmuschaos https://litmuschaos.github.io/litmus-helm/ +git clone https://litmuschaos.github.io/litmus-helm/ ``` ### **Install Litmus**