From 3b0de5c7d7373539df6883a7c074bad6511a5e71 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Fri, 3 Nov 2023 12:59:46 +0530 Subject: [PATCH 1/2] README: add Homebrew package --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e76807..06d9726 100644 --- a/README.md +++ b/README.md @@ -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. +### Homebrew + +Install [tlrc](https://formulae.brew.sh/formula/tlrc) with [Homebrew](https://brew.sh/): + +```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 From ad4c6c3de17cee7e6880c2501374fb924924ca8a Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Fri, 3 Nov 2023 18:34:19 +0530 Subject: [PATCH 2/2] Update README.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06d9726..3221597 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ 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. -### Homebrew +### macOS/Linux using Homebrew -Install [tlrc](https://formulae.brew.sh/formula/tlrc) with [Homebrew](https://brew.sh/): +Install [tlrc](https://formulae.brew.sh/formula/tlrc) with Homebrew: ```shell brew install tlrc