From dbbdf1c1f8a9a3128a930414d06734960b273536 Mon Sep 17 00:00:00 2001 From: Albony Cal <67057319+Albonycal@users.noreply.github.com> Date: Mon, 27 Dec 2021 19:41:50 +0530 Subject: [PATCH] updated install instructions in latest version of go, we need to use `go install` instead of `go get` and the `` at the end --- 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