projectdiscovery / docs

Centralized docs of ProjectDiscovery
https://docs.projectdiscovery.io
3 stars 31 forks source link

Wrong in Subfinder Installation notes #39

Closed Ghost3972 closed 4 months ago

Ghost3972 commented 4 months ago

The incorrect statement in the Installation notes is "echo export $PATH=$PATH:$HOME/go/bin >> $home/.bashrc", and the correct statement is "echo export PATH=$PATH:$HOME/go/bin >> $home/.bashrc". The 'PATH' at the beginning should not be using an environment variable.