diff --git a/README.md b/README.md index ff851c84e5..d15b7e1e52 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):