1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 23:55:26 +02:00

README: deprioritize node.js client (#16795)

This commit is contained in:
Managor 2025-06-07 16:08:23 +03:00 committed by GitHub
parent 5cbdaced29
commit 45f1132874
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,13 +64,7 @@ SunOS, Android, and Windows command-line tools.
> see the web client at <https://tldr.inbrowser.app> (with offline support using PWA). > see the web client at <https://tldr.inbrowser.app> (with offline support using PWA).
A popular and convenient way to access these pages on your computer 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): 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
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)):
```shell ```shell
pip3 install tldr pip3 install tldr
@ -83,6 +77,12 @@ Linux and Mac users can also install the official [Rust Client](https://github.c
brew install tlrc 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`, 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`. accessible through typing `tldr tar` instead of the standard `man tar`.