File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 2424pip 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
You can’t perform that action at this time.
0 commit comments