From ebab1b7eb697c62e7e76e6a5e2a1b92687dceeac Mon Sep 17 00:00:00 2001 From: Gianfranco Cecconi Date: Mon, 23 May 2016 13:17:18 +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 70f90975e3..ef9f609199 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ Once the dependencies are installed, run make geth +To install all utilities, including geth, run + + make all + ## Executables The go-ethereum project comes with several wrappers/executables found in the `cmd` directory.