Skip to content

Commit

Permalink
generalize ganache dependency, remove WSL specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskii authored and charles2023wood committed Jan 8, 2024
1 parent 0f62c84 commit 3e151f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This repo holds all the genesis contracts on Core blockchain, which are part of


## Prepare
If using WSL2, install ganache globally:
Install ganache globally:
```shell script
npm install -g ganache
```
Expand All @@ -30,8 +30,6 @@ Install dependency:
npm install
```



## Run Tests

```shell
Expand Down

0 comments on commit 3e151f2

Please sign in to comment.