Skip to content

Commit

Permalink
doc: Add alpine and go run
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Jan 9, 2022
1 parent 2743585 commit 0c1716b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 0c1716b

Please sign in to comment.