install update

This commit is contained in:
Sandeep Singh 2021-10-17 13:08:28 +05:30 committed by GitHub
parent f5fb8aa305
commit e1457a18cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,8 +44,10 @@ We have a [dedicated repository](https://github.com/projectdiscovery/nuclei-temp
# Install Nuclei # Install Nuclei
Nuclei requires **go1.17** to install successfully. Run the following command to install the latest version -
```sh ```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/).** **More installation [methods can be found here](https://nuclei.projectdiscovery.io/nuclei/get-started/).**