From b0093a843775afbe672896f9b933d423bd1f47f0 Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Thu, 23 May 2024 14:49:19 +0400 Subject: [PATCH] fix downloads required for starship --- docs/pages/get-started/step-1.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/pages/get-started/step-1.mdx b/docs/pages/get-started/step-1.mdx index 3b096292..d802ba1d 100644 --- a/docs/pages/get-started/step-1.mdx +++ b/docs/pages/get-started/step-1.mdx @@ -4,10 +4,8 @@ _You can skip directly to **TLDR** for the quickest start._ In this step, we will setup the dependencies for our project. We will use * `docker` -* `kind` * `kubectl` * `helm` -* `yq` > Note: For local setup make sure you have docker setup and running. Run `docker ps` to check if docker is running.