1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 18:56:52 +03:00

doc: Add Nix instructions to readme

This commit is contained in:
Ben Siraphob 2021-12-23 16:44:31 +07:00 committed by Mattias Wadman
parent a9f5527cac
commit 5513dc0263

View File

@ -43,6 +43,12 @@ brew install wader/tap/fq
yay -S fq # or fq-bin
```
### Nix
```sh
nix-shell -p fq
```
### Build from source
Make sure you have go 1.17 or later installed.