aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2016-05-23 22:46:16 +0800
committerFelix Lange <fjl@twurst.com>2016-05-23 22:46:16 +0800
commit5bcdbb1ce4ac576cab778e9772fabdcc7cbfbb5f (patch)
tree5b2b08479a60c30af5c70abc5627e80759eb9f23
parent7f515b0e88d864c8ef272c16ea51a1f17e3472d1 (diff)
parent2e530f48892dd97fab362da7123319dc8c407444 (diff)
downloaddexon-5bcdbb1ce4ac576cab778e9772fabdcc7cbfbb5f.tar
dexon-5bcdbb1ce4ac576cab778e9772fabdcc7cbfbb5f.tar.gz
dexon-5bcdbb1ce4ac576cab778e9772fabdcc7cbfbb5f.tar.bz2
dexon-5bcdbb1ce4ac576cab778e9772fabdcc7cbfbb5f.tar.lz
dexon-5bcdbb1ce4ac576cab778e9772fabdcc7cbfbb5f.tar.xz
dexon-5bcdbb1ce4ac576cab778e9772fabdcc7cbfbb5f.tar.zst
dexon-5bcdbb1ce4ac576cab778e9772fabdcc7cbfbb5f.zip
Merge pull request #2603 from Digital-Contraptions-Imaginarium/develop
README: make it clear how to build all executables
-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.