1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

Add pacman line for installing tldr-python-client on arch (#2877)

This commit is contained in:
smt 2019-04-09 15:36:18 +01:00 committed by Agniva De Sarker
parent e75baf7d73
commit 8a6d334339

View file

@ -110,7 +110,7 @@ You can access these pages on your computer using one of the following clients:
`composer global require brainmaestro/tldr`
- Python clients:
- [tldr-python-client](https://github.com/tldr-pages/tldr-python-client):
`pip install tldr`
`pip install tldr` or `pacman -S tldr` on Arch Linux
- [tldr.py](https://github.com/lord63/tldr.py):
`pip install tldr.py`
- [R client](https://github.com/kirillseva/tldrrr):