Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new: Added instructions on how to install using homebrew #211

Merged
merged 1 commit into from
Apr 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,10 @@ High performance and convenient features are the main goals.

## Installation options

* Download latest release from [download page](https://github.com/pamburus/hl/releases/latest)

* Download and extract using `curl` and `tar` on Linux
* Install using [homebrew](https://brew.sh) on macOS or Linux

```
curl -sSfL https://github.com/pamburus/hl/releases/latest/download/hl-linux-x86_64-musl.tar.gz | tar xz
brew install pamburus/tap/hl
```

* Download and extract using `curl` and `tar` on macOS
Expand All @@ -49,6 +47,12 @@ High performance and convenient features are the main goals.
curl -sSfL https://github.com/pamburus/hl/releases/latest/download/hl-macos.tar.gz | tar xz
```

* Download and extract using `curl` and `tar` on Linux

```
curl -sSfL https://github.com/pamburus/hl/releases/latest/download/hl-linux-x86_64-musl.tar.gz | tar xz
```

* Install [AUR package](https://aur.archlinux.org/packages/hl-log-viewer-bin) on Arch Linux

```
Expand All @@ -61,6 +65,8 @@ High performance and convenient features are the main goals.
cargo install --locked --git https://github.com/pamburus/hl.git
```

* Download latest release from [download page](https://github.com/pamburus/hl/releases/latest)

## Examples

### Screenshot
Expand Down
Loading