Open tess-ss opened 2 years ago
sudo go install github.com/tomnomnom/assetfinder@latest
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
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
Install If you have Go installed and configured
(i.e. with $GOPATH/bin in your $PATH):