mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +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.
|
You can install them using your favourite package manager.
|
||||||
Once the dependencies are installed, run
|
Once the dependencies are installed, run
|
||||||
|
|
||||||
make getf
|
go install ./cmd/getf
|
||||||
|
|
||||||
or, to build the full suite of utilities:
|
or, to build the full suite of utilities:
|
||||||
|
|
||||||
make all
|
go install ./cmd/...
|
||||||
|
|
||||||
## Executables
|
## Executables
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue