1
1
mirror of https://github.com/wader/fq.git synced 2024-11-24 03:05:22 +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 yay -S fq # or fq-bin
``` ```
### Nix
```sh
nix-shell -p fq
```
### Build from source ### Build from source
Make sure you have go 1.17 or later installed. Make sure you have go 1.17 or later installed.