From 8a6d334339075261e3e62341afa4a260dc0d7a78 Mon Sep 17 00:00:00 2001 From: smt Date: Tue, 9 Apr 2019 15:36:18 +0100 Subject: [PATCH] Add pacman line for installing tldr-python-client on arch (#2877) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0cd12300..6587c0e65 100644 --- a/README.md +++ b/README.md @@ -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):