From 3d9600a8f8d5143f8d8227bab601816ce2d3c46d Mon Sep 17 00:00:00 2001 From: bauthard <8293321+bauthard@users.noreply.github.com> Date: Sun, 12 Jul 2020 01:56:26 +0530 Subject: [PATCH] adding github install --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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