From d0b9959211e247b9fe41f1b64a0c4022fbacd1ae Mon Sep 17 00:00:00 2001 From: Ethan Kinnear <51250849+superatomic@users.noreply.github.com> Date: Fri, 29 Jul 2022 00:56:51 -0500 Subject: [PATCH] Add Homebrew installation to `README.md` --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9f610d7..b8471e8 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ Features: ## Installation +### With Homebrew + +Install `tldr-man-client` with [Homebrew](https://brew.sh): + +```shell +brew install superatomic/tap/tldr-man +``` + ### With Pip Install `tldr-man-client` with pip (version 3.10+):