From e1457a18cbe5a753e31ed8c07fb7b0ee3c8b93f5 Mon Sep 17 00:00:00 2001 From: Sandeep Singh Date: Sun, 17 Oct 2021 13:08:28 +0530 Subject: [PATCH] install update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7936aed3..17d7d211 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,10 @@ We have a [dedicated repository](https://github.com/projectdiscovery/nuclei-temp # Install Nuclei +Nuclei requires **go1.17** to install successfully. Run the following command to install the latest version - + ```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/).**