From 4022c176558676441e4f5de35c0f132d0a6731c2 Mon Sep 17 00:00:00 2001 From: i-stam Date: Tue, 14 Jul 2020 15:26:32 +0100 Subject: [PATCH] Update inheritance-graph instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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