From 096142bc830ad54a93e42d3e7ea024fdce5086c2 Mon Sep 17 00:00:00 2001 From: Fazle Arefin <1625934+FazleArefin@users.noreply.github.com> Date: Wed, 4 Feb 2026 15:26:28 +1100 Subject: [PATCH] README.md: categorize client installation instructions under subheadings (#20998) --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 691d2a326a..c606db5c0c 100644 --- a/README.md +++ b/README.md @@ -63,26 +63,37 @@ SunOS, Android, Windows, Cisco IOS, and DOS command-line tools. > For browsing without installing a client on your computer, > see the web client at (with offline support using PWA). -A popular and convenient way to access these pages on your computer -is to install the official [Python client](https://github.com/tldr-pages/tldr-python-client), which can be installed from [PyPI](https://pypi.org/project/tldr/) via [pipx](https://github.com/pypa/pipx) (or [other package managers](https://github.com/tldr-pages/tldr-python-client#installation)): +There are several official clients avaiable. + +### Python client + +The official [Python client](https://github.com/tldr-pages/tldr-python-client) can be installed from [PyPI](https://pypi.org/project/tldr/) via [pipx](https://github.com/pypa/pipx) (or [other package managers](https://github.com/tldr-pages/tldr-python-client#installation)): ```shell pipx install tldr ``` -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) +### Rust client + +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), [Cargo](https://crates.io/crates/tlrc) (or [other package managers](https://github.com/tldr-pages/tlrc#installation) on other operating systems): ```shell brew install tlrc ``` +```shell +cargo install tlrc --locked +``` + Windows users can also install the official [Rust Client](https://github.com/tldr-pages/tlrc) using [Winget](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/tldr-pages/tlrc) (or [other package managers](https://github.com/tldr-pages/tlrc#installation) on other operating systems): ```shell winget install tldr-pages.tlrc ``` +### Node.js client + Alternatively, you can also use the official [Node.js client](https://github.com/tldr-pages/tldr-node-client), although it has fallen behind in updates: ```shell