Skip to content

Commit 7111bc7

Browse files
committed
cleanup: update README
Signed-off-by: Dharun Krishna K B <[email protected]>
1 parent ec12b09 commit 7111bc7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
pip install tldr
2525
```
2626

27+
Install the Python Client in an isolated environment using [`pipx`](https://pipx.pypa.io/stable/):
28+
29+
```bash
30+
pipx install tldr
31+
```
32+
2733
### from Arch Linux repository
2834

2935
```bash
@@ -95,8 +101,10 @@ export TLDR_PLATFORM=linux
95101
```
96102
97103
### Platform
98-
Determines the platform that tldr will use based on the `TLDR_PLATFORM` environment variable or system detection.
99-
For a complete list of supported platform values, refer to the help for the `--platform` option flag.
104+
105+
Determines the platform that tldr will use based on the custom `TLDR_PLATFORM` environment variable or automatically via system platform detection.
106+
107+
For a complete list of supported platform values for the `--platform` option flag, refer to the [help page](#usage).
100108
101109
### Cache
102110

0 commit comments

Comments
 (0)