From 2e530f48892dd97fab362da7123319dc8c407444 Mon Sep 17 00:00:00 2001
From: Gianfranco Cecconi <giacecco@users.noreply.github.com>
Date: Mon, 23 May 2016 14:19:17 +0100
Subject: [PATCH] Just to make it clear how to build all executables

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index bdd85b3fa4..1dcfbf97f6 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,10 @@ Once the dependencies are installed, run
 
     make geth
 
+or, to build the full suite of utilities:
+
+    make all
+
 ## Executables
 
 The go-ethereum project comes with several wrappers/executables found in the `cmd` directory.
-- 
GitLab