From c8b42e2bf4e6b7011381da1810982b0324f6e772 Mon Sep 17 00:00:00 2001 From: Matt Radford Date: Mon, 22 Jan 2024 11:57:20 -0800 Subject: [PATCH] docs(readme): Link to releases --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5787d9..3560866 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,13 @@ echo "hello world" | quick-color '#0a0' I had a hard time finding a binary that does this. Someone point it out if it exists. -The main goal is to produce colored terminal output for tailing log levels in a way that doesn't involve hard-to-understand escape sequences. +The main goal is to produce colored terminal output for tailing log levels in a way that doesn't use hard-to-understand escape sequences. + +## Installation + +See [releases](https://github.com/MattyRad/quick-color). + +## Examples ```zsh #!/usr/bin/env zsh