jaeles-project / gospider

Gospider - Fast web spider written in Go
MIT License
2.53k stars 306 forks source link

Update the release binary #9

Closed g33kyshivam closed 4 years ago

g33kyshivam commented 4 years ago

Can you please update the binary to the latest commit. I don't know how to install go projects from the source itself and install it.

JeffreyShran commented 4 years ago

If you've installed golang, just run go get github.com/jaeles-project/gospider

abdilahrf commented 4 years ago

image weird

Bedrovelsen commented 4 years ago

Try

go get -u github.com/user/goRepo/... 

or git clone the gospider Repo then cd into the Repo directory then

go build .

cp gospider /your/desired/path/bin/