From 48b63c4edd89e77301c38ac89d45209c15c17474 Mon Sep 17 00:00:00 2001 From: Ice3man543 Date: Wed, 1 Jul 2020 16:19:38 +0530 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05b5157a..69322c0c 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ The installation is easy. You can download the pre-built binaries for your platf nuclei requires go1.13+ to install successfully. Run the following command to get the repo - ```bash -> GO111MODULE=on go get -u -v github.com/projectdiscovery/nuclei/cmd/nuclei +> GO111MODULE=on go get -u -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei ``` In order to update the tool, you can use -u flag with `go get` command.