Replacing go get with go install

dev
sandeep 2021-09-25 16:13:07 +05:30
parent 1a3e071fc2
commit cedc391485
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ We have a [dedicated repository](https://github.com/projectdiscovery/nuclei-temp
# Install Nuclei
```sh
GO111MODULE=on go get -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei
go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
```
**More installation [methods can be found here](https://nuclei.projectdiscovery.io/nuclei/get-started/).**