From 173e32624ab6f4b776f4b9279cb017bcf443294c Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 26 Mar 2021 14:45:42 +0100 Subject: [PATCH] Don't recommend go get -u for installing cmd/devp2p --- docs/_developers/dns-discovery-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_developers/dns-discovery-setup.md b/docs/_developers/dns-discovery-setup.md index aa3f3b9688..715838eea8 100644 --- a/docs/_developers/dns-discovery-setup.md +++ b/docs/_developers/dns-discovery-setup.md @@ -18,13 +18,13 @@ cmd/devp2p is a developer utility and is not included in the Geth distribution. install this command using `go get`: ```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. ```shell -go get -u github.com/ethereum/go-ethereum/cmd/ethkey +go get github.com/ethereum/go-ethereum/cmd/ethkey ``` ### Crawling the v4 DHT