From ef25c670c8f44a57a73cd90714e3ea0b8629f465 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Mon, 26 Dec 2022 14:00:57 +0530 Subject: [PATCH] README: add brew option (#9656) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08886f4a8..8c00a076a 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,18 @@ which is supported by the tldr-pages project maintainers: npm install -g tldr ``` -Alternatively, you can also use the [Python client](https://github.com/tldr-pages/tldr-python-client) which can be installed via `pip3`. +Alternatively, you can also use the [Python client](https://github.com/tldr-pages/tldr-python-client), which can be installed via `pip3`. ```sh pip3 install tldr ``` +Or Mac users can also install our [C Client](https://github.com/tldr-pages/tldr-c-client) using Homebrew. + +```sh +brew install tldr +``` + Then you have direct access to simplified, easy-to-read help for commands, such as `tar`, accessible through typing `tldr tar` instead of the standard `man tar`.