Skip to content

Commit

Permalink
README: add Homebrew package (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
  • Loading branch information
kbdharun and acuteenvy authored Nov 3, 2023
1 parent f6d0188 commit 00af0ff
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,17 @@ A [tldr](https://tldr.sh) client written in Rust.

Install [tlrc](https://aur.archlinux.org/packages/tlrc) (from source) or [tlrc-bin](https://aur.archlinux.org/packages/tlrc-bin) (prebuilt) from the AUR.

### macOS/Linux using Homebrew

Install [tlrc](https://formulae.brew.sh/formula/tlrc) with Homebrew:

```shell
brew install tlrc
```

### Windows

Install [tlrc](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/tldr-pages/tlrc) with `winget`:
Install [tlrc](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/tldr-pages/tlrc) with Winget:

```shell
winget install tldr-pages.tlrc
Expand Down

0 comments on commit 00af0ff

Please sign in to comment.