mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
Just to make it clear how to build all executables
This commit is contained in:
parent
8ea3c88e44
commit
ebab1b7eb6
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue