Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install assetfinder #48

Open
bumfuzzle33 opened this issue Mar 12, 2022 · 2 comments
Open

Unable to install assetfinder #48

bumfuzzle33 opened this issue Mar 12, 2022 · 2 comments

Comments

@bumfuzzle33
Copy link

I'm unable to install asset finder using the command
go get -u github.com/tomnomnom/assetfinder
says got get is deprecated
so i tried go install github.com/tomnomnom/assetinder@latest.
and seems like its doing nothing.
Any help is appreciated and also please update the readme.md for installation.

@felipecaon
Copy link

felipecaon commented Mar 16, 2022

go get commad is no longer supported

use go install instead

go install -v github.com/tomnomnom/assetfinder@latest

PR #44 updates the readme file

@bughunter-loffy
Copy link

try this:

cd 

nano .bashrc

append the following lines at the bottom:

 export GOROOT=/usr/local/go
 export GOPATH=$HOME/go
 export PATH=$GOPATH/bin:$GOROOT/bin:$PATH

CTRL+S
CTRL+X

Finally type following in terminal:

 source .bashrc

Try reinstalling assetfinder and you are done:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants