From bfa3e8323da3d082bed1b574585beb585dc3fd27 Mon Sep 17 00:00:00 2001 From: gab-ehcoud Date: Thu, 28 Oct 2021 13:49:10 +0530 Subject: [PATCH] Deprecation of 'go get' --- README.mkd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 358440b..9d62f84 100644 --- a/README.mkd +++ b/README.mkd @@ -11,10 +11,11 @@ Usage example: Install: ``` -▶ go get github.com/tomnomnom/waybackurls +▶ go install -v github.com/tomnomnom/waybackurls@latest ``` ## Credit This tool was inspired by @mhmdiaa's [waybackurls.py](https://gist.github.com/mhmdiaa/adf6bff70142e5091792841d4b372050) script. Thanks to them for the great idea! +