mirror of
https://github.com/projectdiscovery/httpx.git
synced 2024-11-24 13:14:01 +03:00
adding github install
This commit is contained in:
parent
b65f366d95
commit
3d9600a8f8
11
README.md
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user