Skip to content

Commit

Permalink
new: added instructions on how to install using homebrew (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed Apr 28, 2024
1 parent f732026 commit adcabf7
Showing 1 changed file with 10 additions and 4 deletions.
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

0 comments on commit adcabf7

Please sign in to comment.