Add extra installation instructions to clients which OS packaged versions (#3734)

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
client-spec/clarity
Iván 2020-01-10 19:21:56 +00:00 committed by GitHub
parent 37f8e7dc0b
commit 7d95240a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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):