diff --git a/README.md b/README.md index 9b46a42..be857f6 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ httpx is a fast and multi-purpose HTTP toolkit allow to run multiple probers usi - [Installation Instructions](#installation-instructions) - [From Binary](#from-binary) - [From Source](#from-source) + - [From Github](#from-github) - [Running httpX to probe `7614` hosts](#running-httpx-to-probe-7614-hosts) - [Running httpx with stdin](#running-httpx-with-stdin) - [Running httpx with file input](#running-httpx-with-file-input) @@ -98,6 +99,16 @@ httpx requires go1.13+ to install successfully. Run the following command to get > GO111MODULE=on go get -u -v github.com/projectdiscovery/httpx/cmd/httpx ``` +### From Github + +```bash +git clone https://github.com/projectdiscovery/httpx.git +cd httpx/cmd/httpx +go build . +mv httpx /usr/local/bin/ +httpx -h +``` + In order to update the tool, you can use -u flag with `go get` command. # Running httpX to probe `7614` hosts