1
1
mirror of https://github.com/wader/fq.git synced 2024-12-23 13:22:58 +03:00

Merge pull request #66 from wader/doc-alpine-go-run

doc: Add alpine and go run
This commit is contained in:
Mattias Wadman 2022-01-09 17:06:54 +01:00 committed by GitHub
commit d066a86d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,14 @@ nix-shell -p fq
Use the [fq](https://cgit.freebsd.org/ports/tree/misc/fq) port. 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 ### Build from source
Make sure you have go 1.17 or later installed. 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 make test fq
# copy binary to $PATH if needed # copy binary to $PATH if needed
cp fq /usr/local/bin cp fq /usr/local/bin
# it's also possible to use go run
go run fq.go
``` ```
## Supported formats ## Supported formats