Skip to content

Commit

Permalink
fix: typo in dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
anomit committed Apr 20, 2024
1 parent 4433a1b commit 14b1350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build-with-powerloom/devnet/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 14b1350

Please sign in to comment.