From 14b13503cb4e416e25bf918c7b39a50c7132e1c0 Mon Sep 17 00:00:00 2001 From: anomit ghosh Date: Sat, 20 Apr 2024 11:52:09 +0530 Subject: [PATCH] fix: typo in dir name --- docs/build-with-powerloom/devnet/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build-with-powerloom/devnet/getting-started.md b/docs/build-with-powerloom/devnet/getting-started.md index 4657099..3076a1e 100644 --- a/docs/build-with-powerloom/devnet/getting-started.md +++ b/docs/build-with-powerloom/devnet/getting-started.md @@ -80,13 +80,13 @@ Follow the process outlined below to ensure a smooth setup #### Step 1: Clone the Snapshotter Deploy Repository -Clone the repository against the respective branch (main by default). Open the terminal and run the below command to clone the deploy repo in a directory named `powerloom-deploy`. +Clone the repository against the respective branch (main by default). Open the terminal and run the below command to clone the deploy repo in a directory named `powerloom_deploy`. ```bash git clone https://github.com/PowerLoom/deploy.git --single-branch powerloom_deploy --branch devnet && cd powerloom_deploy ``` -The above command itself navigates you to the Repository Directory `powerloom-deploy` +The above command itself navigates you to the Repository Directory `powerloom_deploy` #### Step 2: Configure the environment variables