Skip to content

Commit

Permalink
Merge pull request #91 from k2s/k2s-patch-aur
Browse files Browse the repository at this point in the history
add instruction how to install on Arch Linux
  • Loading branch information
pamburus authored Oct 11, 2023
2 parents 2c46c16 + 248f487 commit f27dd71
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 f27dd71

Please sign in to comment.