From ed153442dd1c8702cd995aa45fb91c1347ca4a8a Mon Sep 17 00:00:00 2001 From: Melvin Date: Sun, 21 Aug 2022 20:29:03 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ccf6356..fcdd68d 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,15 @@ unhttpx is not a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library. In fact, it does the exact opposite. **TL;DR: turns a list of URLs into hostnames.** + +## Installation + +``` bash +go install -v github.com/melvinsh/unhttpx@latest +``` + +## Usage + +``` bash +cat urls.txt | unhttpx +```