mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Update
This commit is contained in:
parent
8a1e1c9b52
commit
ba6816f06a
1 changed files with 2 additions and 2 deletions
|
|
@ -22,11 +22,11 @@ Building getf requires both a Go (version 1.7 or later) and a C compiler.
|
|||
You can install them using your favourite package manager.
|
||||
Once the dependencies are installed, run
|
||||
|
||||
make getf
|
||||
go install ./cmd/getf
|
||||
|
||||
or, to build the full suite of utilities:
|
||||
|
||||
make all
|
||||
go install ./cmd/...
|
||||
|
||||
## Executables
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue