jaeles-project / gospider

Gospider - Fast web spider written in Go
MIT License
2.49k stars 304 forks source link

can't install #48

Open yosua24 opened 2 years ago

yosua24 commented 2 years ago

can you tell me how to install it using "go install" please? because the "go get -u" command is deprecated

go get: installing executables with 'go get' in module mode is deprecated.
    Use 'go install pkg@version' instead.
    For more information, see https://golang.org/doc/go-get-install-deprecation
    or run 'go help get' or 'go help install'.
yosua24 commented 2 years ago

I ran: sudo go install github.com/jaeles-project/gospider@latest on my ubuntu20 but it doen't work but it is working on macOS, please help ...

s1avash26 commented 2 years ago

I ran: sudo go install github.com/jaeles-project/gospider@latest on my ubuntu20 but it doen't work but it is working on macOS, please help ...

Go to releases page and download the version for your distr. like following,

wget https://github.com/jaeles-project/gospider/releases/download/v1.1.6/gospider_v1.1.6_linux_x86_64.zip

then unzip and use it.