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