mirror of
https://github.com/edu4rdshl/fhc.git
synced 2026-07-17 23:24:50 +00:00
README.md: add information about installation from AUR.
This commit is contained in:
parent
55ec17ae3c
commit
a4220feeb2
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -27,6 +27,20 @@ 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`.
|
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.
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
If you prefer, you can clone the [AUR packages](https://aur.archlinux.org/packages/?O=0&SeB=b&K=fhc&outdated=&SB=n&SO=a&PP=50&do_Search=Go) and then compile them with [makepkg](https://wiki.archlinux.org/index.php/Makepkg). For example,
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://aur.archlinux.org/fhc.git && cd fhc && makepkg -si
|
||||||
|
```
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
* Show all HTTP urls depite their response codes:
|
* Show all HTTP urls depite their response codes:
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue