How to fix 'subfinder' not found error #630
-
I am unable to install the lateset version of Subfinder using the command The above command executes successfully, but when I try to use Subfinder, the output is as |
Beta Was this translation helpful? Give feedback.
Answered by
forgedhallpass
Aug 22, 2022
Replies: 1 comment
-
The "installation" went successful, you just need to make sure to set up your environment correctly. export GOPATH=$(go env GOPATH)
export PATH=$PATH:$GOPATH/bin |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
forgedhallpass
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The "installation" went successful, you just need to make sure to set up your environment correctly.
You need to add your
GOPATH/bin
to thePATH
in your.profile
(or.zprofile
, depending on what shell are you using) configuration: