Skip to content

Commit d9018fa

Browse files
committed
docs: add Gentoo installation instructions
Fixes #541 Add documentation for installing fq on Gentoo Linux using emerge. The package is available as dev-util/fq in the Gentoo package repository.
1 parent fcd47cc commit d9018fa

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,15 @@ You can also build and install the development (VCS) package using an [AUR helpe
228228
```sh
229229
paru -S fq-git
230230
```
231+
232+
### Gentoo
233+
234+
`fq` can be installed from the Gentoo package repository using `emerge`:
235+
236+
```sh
237+
emerge dev-util/fq
238+
```
239+
231240
### Guix
232241

233242
```sh

0 commit comments

Comments
 (0)