diff --git a/README.md b/README.md index fe9d9771..ae7b7f59 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ To run a specific validation tool, use the provided scripts: ## To generate the inheritance graphs ```sh -docker run -v ~/monolith/contracts:/contracts -it trailofbits/eth-security-toolbox +docker run -v /path/contracts:/contracts -it trailofbits/eth-security-toolbox:latest solc-select 0.5.17 cd /contracts sudo apt-get update