Update README.md

Add a command into readme
This commit is contained in:
k66 (Lana Chen) 2025-03-23 22:02:34 +08:00 committed by GitHub
parent 624a5d8b23
commit d0216db9d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,12 @@ or, to build the full suite of utilities:
make all 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 ## Executables
The go-ethereum project comes with several wrappers/executables found in the `cmd` The go-ethereum project comes with several wrappers/executables found in the `cmd`