From 45f11328745a56251ddc5c8ae3e65ef121447eb7 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:08:23 +0300 Subject: [PATCH] README: deprioritize node.js client (#16795) --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 86fbe6981d..96ea4d707d 100644 --- a/README.md +++ b/README.md @@ -64,13 +64,7 @@ SunOS, Android, and Windows command-line tools. > 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 [Node.js client](https://github.com/tldr-pages/tldr-node-client): - -```shell -npm install -g tldr -``` - -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/) (or [other package managers](https://github.com/tldr-pages/tldr-python-client#installation)): +is to install the official [Python client](https://github.com/tldr-pages/tldr-python-client), which can be installed via [pip3](https://pypi.org/project/tldr/) (or [other package managers](https://github.com/tldr-pages/tldr-python-client#installation)): ```shell pip3 install tldr @@ -83,6 +77,12 @@ Linux and Mac users can also install the official [Rust Client](https://github.c brew install tlrc ``` +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 +npm install -g 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`.