aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGianfranco Cecconi <giacecco@users.noreply.github.com>2016-05-23 21:19:17 +0800
committerGianfranco Cecconi <giacecco@users.noreply.github.com>2016-05-23 21:19:17 +0800
commit2e530f48892dd97fab362da7123319dc8c407444 (patch)
tree1e9af037b3f21e251fda1636d78cc3900f45b409 /README.md
parentb4dd3209b29870d58f5ba60831005ccdd9ea0f79 (diff)
downloaddexon-2e530f48892dd97fab362da7123319dc8c407444.tar
dexon-2e530f48892dd97fab362da7123319dc8c407444.tar.gz
dexon-2e530f48892dd97fab362da7123319dc8c407444.tar.bz2
dexon-2e530f48892dd97fab362da7123319dc8c407444.tar.lz
dexon-2e530f48892dd97fab362da7123319dc8c407444.tar.xz
dexon-2e530f48892dd97fab362da7123319dc8c407444.tar.zst
dexon-2e530f48892dd97fab362da7123319dc8c407444.zip
Just to make it clear how to build all executables
Diffstat (limited to 'README.md')
-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.