From 69b17a752a36f6bd8c08a57de79419d449333f93 Mon Sep 17 00:00:00 2001 From: Mohamed Dief Date: Mon, 15 Aug 2022 11:37:50 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bf4496..2f4b7c2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Find domains and subdomains potentially related to a given domain. If you have Go installed and configured (i.e. with `$GOPATH/bin` in your `$PATH`): ``` -go get -u github.com/tomnomnom/assetfinder +go install -v github.com/tomnomnom/assetfinder@latest ``` Otherwise [download a release for your platform](https://github.com/tomnomnom/assetfinder/releases).