From e30709932c1e440ce5eb5fbbf58d78e858d4b8a2 Mon Sep 17 00:00:00 2001 From: Feist Josselin Date: Wed, 24 Jul 2019 10:52:05 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 55e55d9c4..0a2f48f3e 100644 --- a/README.md +++ b/README.md @@ -112,12 +112,7 @@ $ pip install slither-analyzer ### Using Git -Installing through git requires installing [crytic-compile](https://github.com/crytic/crytic-compile) from git too: - ```bash -$ git clone https://github.com/crytic/crytic-compile.git && cd crytic-compile -$ python setup.py install -$ cd .. $ git clone https://github.com/crytic/slither.git && cd slither $ python setup.py install ```