From 7d95240a1dcaaa1efb622b4c64b3c659e405a271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n?= Date: Fri, 10 Jan 2020 19:21:56 +0000 Subject: [PATCH] Add extra installation instructions to clients which OS packaged versions (#3734) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Zlatan Vasović Co-authored-by: Starbeamrainbowlabs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff851c84e..d15b7e1e5 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ You can access these pages on your computer using one of the following clients: [App Store](https://itunes.apple.com/us/app/tldt-pages/id1071725095?ls=1&mt=8) - [Haskell client](https://github.com/psibi/tldr-hs): `stack install tldr` + or `apt-get install tldr` on Debian-based distributions - [Node.js client](https://github.com/tldr-pages/tldr-node-client): `npm install -g tldr` - [OCaml client](https://github.com/RosalesJ/tldr-ocaml): `opam install tldr` @@ -107,7 +108,7 @@ You can access these pages on your computer using one of the following clients: - [tldr-python-client](https://github.com/tldr-pages/tldr-python-client): `pip install tldr` or `pacman -S tldr` on Arch Linux - [tldr.py](https://github.com/lord63/tldr.py): - `pip install tldr.py` + `pip install tldr.py` or `apt-get install tldr-py` on Debian-based distributions - [R client](https://github.com/kirillseva/tldrrr): `devtools::install_github('kirillseva/tldrrr')` - [Ruby client](https://github.com/YellowApple/tldrb):