Skip to content

Commit

Permalink
doc: Fix weird wording in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Feb 6, 2024
1 parent 8999c84 commit 63e0aa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It was originally designed to query, inspect and debug media codecs and containe

In summary it aims to be jq, hexdump, dd and gdb for files combined into one.

**NOTE :** fq is still early in development so things might change, be broken or do not make sense. That also means that there is a great opportunity to help out!
**NOTE:** fq is still early in development so things might change, be broken or do not make sense. That also means that there is a great opportunity to help out!

### Goals

Expand Down Expand Up @@ -238,9 +238,9 @@ apk add -X http://dl-cdn.alpinelinux.org/alpine/edge/testing fq

### Build from source

Make sure you have version of [go](https://go.dev) 1.18 or later installed.
Make sure you have [go](https://go.dev) 1.18 or later installed.

To install directly from git repository (no clone needed) :
To install directly from git repository (no clone needed):
```sh
# build and install latest release
go install github.com/wader/fq@latest
Expand Down

0 comments on commit 63e0aa3

Please sign in to comment.