From 248f487b76e2e8b4b677cabbd6efe08e72977223 Mon Sep 17 00:00:00 2001 From: k2s Date: Wed, 11 Oct 2023 20:46:21 +0200 Subject: [PATCH] add instruction how to install on Arch Linux --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 76b8dbd0..90ee7846 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ Log viewer which translates JSON logs into pretty human-readable representation. curl -sSfL https://github.com/pamburus/hl/releases/latest/download/hl-macos.tar.gz | tar xz ``` +* Install [AUR package](https://aur.archlinux.org/packages/hl-log-viewer-bin) on Arch Linux + + ``` + yay -S hl-log-viewer-bin + ``` + * Install using [cargo](https://www.rust-lang.org/tools/install) ```