Skip to content

Commit 71cc2c8

Browse files
authored
README: update installation section (#19252)
1 parent 9e204f6 commit 71cc2c8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ SunOS, Android, Windows, Cisco IOS, and DOS command-line tools.
6464
> see the web client at <https://tldr.inbrowser.app> (with offline support using PWA).
6565
6666
A popular and convenient way to access these pages on your computer
67-
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)):
67+
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)):
6868

6969
```shell
70-
pip3 install tldr
70+
pipx install tldr
7171
```
7272

7373
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)
@@ -77,6 +77,12 @@ Linux and Mac users can also install the official [Rust Client](https://github.c
7777
brew install tlrc
7878
```
7979

80+
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):
81+
82+
```shell
83+
winget install tldr-pages.tlrc
84+
```
85+
8086
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:
8187

8288
```shell

0 commit comments

Comments
 (0)