From 8b66294839fae6cf9069aa345247bb122e6a6f17 Mon Sep 17 00:00:00 2001 From: Ashish Bansal <49029528+ashishsecdev@users.noreply.github.com> Date: Mon, 27 Dec 2021 00:38:29 +0530 Subject: [PATCH] Update installation method of waybackurls Installing executables with 'go get' in module mode is deprecated, so we need to use 'go install' instead of 'go get'. --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 358440b..7d86a41 100644 --- a/README.mkd +++ b/README.mkd @@ -11,7 +11,7 @@ Usage example: Install: ``` -▶ go get github.com/tomnomnom/waybackurls +▶ go install github.com/tomnomnom/waybackurls@latest ``` ## Credit