From 1a3fae60d7584771c227825588bf93f4889f81df Mon Sep 17 00:00:00 2001 From: Antoine Grondin Date: Wed, 6 Nov 2024 12:37:13 +0900 Subject: [PATCH] update install instructions --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index e5e34165..748f7bb0 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,8 @@ Read logs from `stdin` and prints them back to `stdout`, but prettier. # Using it -## On macOS - -```bash -brew tap humanlogio/homebrew-tap -brew install humanlog -``` - -## On linux (and macOS) - ```bash -curl -sSL "https://humanlog.io/install.sh" | sh +curl -sSL "https://humanlog.io/install.sh" | bash ``` ## Otherwise