From cedc391485f394b9a5ad634dd78e619af299e4ae Mon Sep 17 00:00:00 2001 From: sandeep Date: Sat, 25 Sep 2021 16:13:07 +0530 Subject: [PATCH] Replacing go get with go install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7936aed3..cc4b0e0e 100644 --- a/README.md +++ b/README.md @@ -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/).**