From 603fee9699e54470398385d40b0f50d8a0961188 Mon Sep 17 00:00:00 2001 From: Kim De Mey Date: Mon, 5 Oct 2020 15:47:40 +0200 Subject: [PATCH] Update discv5.md --- doc/discv5.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/discv5.md b/doc/discv5.md index 5c9f551..c614371 100644 --- a/doc/discv5.md +++ b/doc/discv5.md @@ -84,8 +84,11 @@ node, by providing its ENR. ### Example usage ```sh +# Install required modules +# Make sure you have the latest modules, do NOT trust nimble on this. +nimble install # Build dcli -nim c -d:chronicles_log_level:trace -d:release eth/p2p/discoveryv5/dcli +nim c -d:chronicles_log_level:trace -d:release --threads:on eth/p2p/discoveryv5/dcli # See all options ./eth/p2p/discoveryv5/dcli --help # Ping another node