Skip to content

Commit

Permalink
fix: install duplicate (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st authored Jul 17, 2023
1 parent 6f8e30c commit d7e7d00
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ git checkout {challengeName}
yarn install
```

Then download the challenge to your computer and install dependencies by running:

```sh
git clone <challeng_repo_url> <challenge_folder_name>
cd <challenge_folder_name>
git checkout <challenge_repo_branch>
yarn install
```

> in the same terminal, start your local network (a blockchain emulator in your computer):
```sh
Expand Down

0 comments on commit d7e7d00

Please sign in to comment.