Skip to content

Commit

Permalink
add instruction how to install on Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
k2s authored Oct 11, 2023
1 parent 2c46c16 commit 248f487
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit 248f487

Please sign in to comment.