From d201ccde3cc2bbe2bd381d7622d57cd92b33b26f Mon Sep 17 00:00:00 2001 From: Potuz Date: Fri, 28 Jun 2024 14:14:05 -0300 Subject: [PATCH 1/3] Add instructions for a more thorough linter --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8cf30844c472a5..2eb4f034ffc604 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,20 @@ All pull requests in this repository must pass automated checks before they can It is possible to run the EIP validator locally: +Make sure to add cargo's `bin` directory to your environment (typically `$HOME/.cargo/bin` in your `PATH` environment variable) + ```sh cargo install eipv eipv ``` +Or a more thorough linter: + +```sh +cargo install eipw +eipw +``` + ## Build the status page locally ### Install prerequisites From 54909eafe705fe97a8f7b40e04382673253aa290 Mon Sep 17 00:00:00 2001 From: Potuz Date: Fri, 28 Jun 2024 15:34:00 -0300 Subject: [PATCH 2/3] add right config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eb4f034ffc604..354538f5cca1b5 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Or a more thorough linter: ```sh cargo install eipw -eipw +eipw --config ./config/eipw.toml ``` ## Build the status page locally From 2bb2126cf1685e904c310f79d722b255ae9edd4e Mon Sep 17 00:00:00 2001 From: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:45:09 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 354538f5cca1b5..7463a87d011277 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,6 @@ It is possible to run the EIP validator locally: Make sure to add cargo's `bin` directory to your environment (typically `$HOME/.cargo/bin` in your `PATH` environment variable) -```sh -cargo install eipv -eipv -``` - -Or a more thorough linter: - ```sh cargo install eipw eipw --config ./config/eipw.toml