commit
5d29cd8612
11
README.md
11
README.md
|
@ -101,26 +101,19 @@ The installation is easy. You can download the pre-built binaries for different
|
|||
subfinder requires go1.14+ to install successfully. Run the following command to get the repo -
|
||||
|
||||
```sh
|
||||
GO111MODULE=auto go get -u -v github.com/projectdiscovery/subfinder/cmd/subfinder
|
||||
GO111MODULE=on go get -u -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder
|
||||
```
|
||||
|
||||
### From Github
|
||||
|
||||
```sh
|
||||
git clone https://github.com/projectdiscovery/subfinder.git
|
||||
cd subfinder/cmd/subfinder
|
||||
cd subfinder/v2/cmd/subfinder
|
||||
go build .
|
||||
mv subfinder /usr/local/bin/
|
||||
subfinder -h
|
||||
```
|
||||
|
||||
### Upgrading
|
||||
If you wish to upgrade the package you can use:
|
||||
|
||||
```sh
|
||||
GO111MODULE=auto go get -u -v github.com/projectdiscovery/subfinder/cmd/subfinder
|
||||
```
|
||||
|
||||
## Post Installation Instructions
|
||||
|
||||
Subfinder will work after using the installation instructions however to configure Subfinder to work with certain services, you will need to have setup API keys. The following services do not work without an API key:
|
||||
|
|
Loading…
Reference in New Issue