From 676caa253c7193193c10491ff0e1e96d759b61f1 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Fri, 3 Nov 2023 19:02:48 +0530 Subject: [PATCH] README: update Homebrew client to Rust client `tlrc` (#11369) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 53b916e14..870d715cb 100644 --- a/README.md +++ b/README.md @@ -58,16 +58,16 @@ 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 official [Python client](https://github.com/tldr-pages/tldr-python-client), which can be installed via [pip3](https://pypi.org/project/tldr/). -```sh +```shell pip3 install tldr ``` -Or Mac users can also install our [C Client](https://github.com/tldr-pages/tldr-c-client) using Homebrew. +Or Linux and Mac users can also install the official [Rust Client](https://github.com/tldr-pages/tlrc) using [Homebrew](https://formulae.brew.sh/formula/tlrc): -```sh -brew install tldr +```shell +brew install tlrc ``` Then you have direct access to simplified, easy-to-read help for commands, such as `tar`,