Skip to content

Commit

Permalink
chore(goreleaser): add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
transacid committed Dec 6, 2024
1 parent 8afb71d commit b9f3a1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# LogFmtPrettyPrint
`lfpp` is a logfmt pretty printer. It reads logfmt from stdin and outputs either colorized (`-c`) or json (`-j`).
## Install
`go install github.com/transacid/lfpp@latest`
## Usage
```
$ echo 'foo=bar greeting="Hello, World" baz=qux' | lfpp -j
Expand Down

0 comments on commit b9f3a1b

Please sign in to comment.