diff options
author | Gianfranco Cecconi <giacecco@users.noreply.github.com> | 2016-05-23 21:19:17 +0800 |
---|---|---|
committer | Gianfranco Cecconi <giacecco@users.noreply.github.com> | 2016-05-23 21:19:17 +0800 |
commit | 2e530f48892dd97fab362da7123319dc8c407444 (patch) | |
tree | 1e9af037b3f21e251fda1636d78cc3900f45b409 /README.md | |
parent | b4dd3209b29870d58f5ba60831005ccdd9ea0f79 (diff) | |
download | dexon-2e530f48892dd97fab362da7123319dc8c407444.tar.gz 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.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |