tomnomnom / waybackurls

Fetch all the URLs that the Wayback Machine knows about for a domain
3.41k stars 455 forks source link

update `go get` to `go install` #39

Closed ghost closed 2 years ago

ghost commented 2 years ago

Since go install was designed for packages, is there a way you can make go install -v github.com/tomnomnom/waybackurls@latest work? I am unable to install it with go install on my kali WSL2 system, even though this is what was recommended by the official GO docs.

Thanks and take care.