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:
parent
5cbdaced29
commit
45f1132874
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -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`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue