From 8bd485c2b85bdc1218b8afe6be9e082e2614f900 Mon Sep 17 00:00:00 2001 From: orhun Date: Tue, 13 Oct 2020 16:39:39 +0300 Subject: [PATCH] Update README.md about installation from AUR --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 14b1000..73f38e2 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,14 @@ Download the asset from the [releases page](https://github.com/Edu4rdSHL/fhc/rel 2. Clone the repo or download the source code, then run `cargo build --release`. 3. Execute the tool from `./target/release/fhc` or add it to your system PATH to use from anywhere. +## Using the AUR packages. (Arch Linux) + +`fhc` can be installed from available [AUR packages](https://aur.archlinux.org/packages/?O=0&SeB=b&K=fhc&outdated=&SB=n&SO=a&PP=50&do_Search=Go) using an [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers). For example, + +``` +yay -S fhc +``` + # Usage * Show all HTTP urls depite their response codes: ```