mirror of
https://github.com/wader/fq.git
synced 2024-12-23 21:31:33 +03:00
Merge pull request #42 from orhun/update_readme
doc: Update instructions to mention AUR (VCS) package
This commit is contained in:
commit
708788b6fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user