From b9f3a1bdb131295f036f0c5834d0745ae6f010ed Mon Sep 17 00:00:00 2001 From: Boris Petersen Date: Fri, 6 Dec 2024 14:50:16 +0100 Subject: [PATCH] chore(goreleaser): add install instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0832773..623a7dd 100644 --- a/README.md +++ b/README.md @@ -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