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

Install #51

Open
tess-ss opened this issue May 20, 2022 · 3 comments
Open

Install #51

tess-ss opened this issue May 20, 2022 · 3 comments

Comments

@tess-ss
Copy link

tess-ss commented May 20, 2022

Install
If you have Go installed and configured (i.e. with $GOPATH/bin in your $PATH):

go install github.com/tomnomnom/assetfinder@latest
@pilot-steve
Copy link

sudo go install github.com/tomnomnom/assetfinder@latest

@c4ir0
Copy link

c4ir0 commented Sep 18, 2022

Install If you have Go installed and configured (i.e. with $GOPATH/bin in your $PATH):

go install github.com/tomnomnom/assetfinder@latest

I was about to say so

@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

and you are done:)
try reinstalling the assetfinder

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

4 participants