Skip to content

Commit a96a05f

Browse files
authored
Update README: Add instructions for a more thorough linter
Merged by EIP-Bot.
1 parent 3574132 commit a96a05f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ All pull requests in this repository must pass automated checks before they can
4141

4242
It is possible to run the EIP validator locally:
4343

44+
Make sure to add cargo's `bin` directory to your environment (typically `$HOME/.cargo/bin` in your `PATH` environment variable)
45+
4446
```sh
45-
cargo install eipv
46-
eipv <INPUT FILE / DIRECTORY>
47+
cargo install eipw
48+
eipw --config ./config/eipw.toml <INPUT FILE / DIRECTORY>
4749
```
4850

4951
## Build the status page locally

0 commit comments

Comments
 (0)