mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
Update README.md
Add a command into readme
This commit is contained in:
parent
624a5d8b23
commit
d0216db9d6
1 changed files with 6 additions and 0 deletions
|
|
@ -29,6 +29,12 @@ or, to build the full suite of utilities:
|
|||
make all
|
||||
```
|
||||
|
||||
If make `geth fails` due to a missing `build/ci.go` file or related error, you can instead build Geth directly using:
|
||||
|
||||
```shell
|
||||
go build -o geth ./cmd/geth
|
||||
```
|
||||
|
||||
## Executables
|
||||
|
||||
The go-ethereum project comes with several wrappers/executables found in the `cmd`
|
||||
|
|
|
|||
Loading…
Reference in a new issue