Codebase list subfinder / 274c466
Update README.md bauthard 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
100100 subfinder requires **go1.14+** to install successfully. Run the following command to get the repo -
101101
102102 ```sh
103 GO111MODULE=on go get -u -v github.com/projectdiscovery/v2/subfinder/cmd/subfinder
103 GO111MODULE=on go get -u -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder
104104 ```
105105
106106 ### From Github