README: update Homebrew client to Rust client `tlrc` (#11369)

pull/23/head
K.B.Dharun Krishna 2023-11-03 19:02:48 +05:30
parent 7c1c518d0c
commit 676caa253c
No known key found for this signature in database
GPG Key ID: 1B8ECA406788AFA4
1 changed files with 5 additions and 5 deletions

View File

@ -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`,