From 6184e409cb192b1b0e5687f2c099179f2a1bb69e Mon Sep 17 00:00:00 2001 From: nolash Date: Fri, 12 Nov 2021 05:38:06 +0100 Subject: [PATCH] Clarify reuse of parity binary --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9772f1..ea8e6bc 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ For the optional bloxberg node build (`INSTALL_EVM=bloxberg`), additionally thes - rustup (1.24.3) - clang (12.0.1) - cmake (3.21.2) +- openethereum (1.47.0) ## Installation settings @@ -48,7 +49,14 @@ If you want to build the bloxberg mode executable (be warned, that's a long wait ``` export INSTALL_EVM=bloxberg -``` +``` + +If you wish, you can use an existing openethereum executable instead by setting: + + +``` +export OPENETHEREUM_PATH= +``` ## Installation