diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README.md b/README.md index 69322c0cd..a527e538b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ We have also [open-sourced a dedicated repository](https://github.com/projectdis - [Installation Instructions](#installation-instructions) - [From Binary](#from-binary) - [From Source](#from-source) + - [From Github](#from-github) - [Running in a Docker Container](#running-in-a-docker-container) - [Nuclei templates](#nuclei-templates) - [Running nuclei](#running-nuclei) @@ -94,6 +95,17 @@ nuclei requires go1.13+ to install successfully. Run the following command to ge In order to update the tool, you can use -u flag with `go get` command. + +### From Github + +```bash +git clone https://github.com/projectdiscovery/nuclei.git +cd v2/cmd/nuclei/ +go build . +mv nuclei /usr/local/bin/ +nuclei -h +``` + ### Running in a Docker Container You can use the [nuclei dockerhub image](https://hub.docker.com/r/projectdiscovery/nuclei). Simply run -