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

doc: Add alpine and go run

This commit is contained in:
Mattias Wadman 2022-01-09 17:02:20 +01:00
parent 2743585219
commit 0c1716beab

View File

@ -67,6 +67,14 @@ nix-shell -p fq
Use the [fq](https://cgit.freebsd.org/ports/tree/misc/fq) port.
### Alpine
Currently in edge testing but should work fine in stable also.
```
apk add -X http://dl-cdn.alpinelinux.org/alpine/edge/testing fq
```
### Build from source
Make sure you have go 1.17 or later installed.
@ -88,6 +96,8 @@ To build and run tests from source directory:
make test fq
# copy binary to $PATH if needed
cp fq /usr/local/bin
# it's also possible to use go run
go run fq.go
```
## Supported formats