aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianfranco Cecconi <giacecco@users.noreply.github.com>2016-05-23 21:19:17 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-06-06 21:21:11 +0800
commitc45c4240739c6c8acc9c704e78c05a56d3cda715 (patch)
tree1a7796766576629099109fc57cbfd02707c40337
parent8d2775e3d736d90327e817655e24ed91f922b161 (diff)
downloadgo-tangerine-c45c4240739c6c8acc9c704e78c05a56d3cda715.tar
go-tangerine-c45c4240739c6c8acc9c704e78c05a56d3cda715.tar.gz
go-tangerine-c45c4240739c6c8acc9c704e78c05a56d3cda715.tar.bz2
go-tangerine-c45c4240739c6c8acc9c704e78c05a56d3cda715.tar.lz
go-tangerine-c45c4240739c6c8acc9c704e78c05a56d3cda715.tar.xz
go-tangerine-c45c4240739c6c8acc9c704e78c05a56d3cda715.tar.zst
go-tangerine-c45c4240739c6c8acc9c704e78c05a56d3cda715.zip
[release/1.4.6] Just to make it clear how to build all executables
(cherry picked from commit 2e530f48892dd97fab362da7123319dc8c407444)
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index bdd85b3fa..1dcfbf97f 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.