diff --git a/README.md b/README.md index a74dd923..42dabf28 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,18 @@ brew install wader/tap/fq ### Arch Linux +`fq` can be installed from the [community repository](https://archlinux.org/packages/community/x86_64/fq/) using [pacman](https://wiki.archlinux.org/title/Pacman): + ```sh pacman -S fq ``` +You can also build and install the development (VCS) package using an [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers): + +```sh +paru -S fq-git +``` + ### Nix ```sh