mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
Don't recommend go get -u for installing cmd/devp2p
This commit is contained in:
parent
0ebdce7440
commit
173e32624a
1 changed files with 2 additions and 2 deletions
|
|
@ -18,13 +18,13 @@ cmd/devp2p is a developer utility and is not included in the Geth distribution.
|
||||||
install this command using `go get`:
|
install this command using `go get`:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
go get -u github.com/ethereum/go-ethereum/cmd/devp2p
|
go get github.com/ethereum/go-ethereum/cmd/devp2p
|
||||||
```
|
```
|
||||||
|
|
||||||
To create a signing key, you might also need the `ethkey` utility.
|
To create a signing key, you might also need the `ethkey` utility.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
go get -u github.com/ethereum/go-ethereum/cmd/ethkey
|
go get github.com/ethereum/go-ethereum/cmd/ethkey
|
||||||
```
|
```
|
||||||
|
|
||||||
### Crawling the v4 DHT
|
### Crawling the v4 DHT
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue