README: add fast-tldr Haskell client (#4754)

beep
Juri 2020-10-20 13:15:14 +02:00 committed by GitHub
parent e8cbaab424
commit 4f2ee9e07b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -109,9 +109,12 @@ both for the command line and for other platforms:
[App Store](https://appsto.re/sg/IQ0-_.i) [App Store](https://appsto.re/sg/IQ0-_.i)
- [tldr-pages](https://github.com/mflint/ios-tldr-viewer), available on - [tldr-pages](https://github.com/mflint/ios-tldr-viewer), available on
[App Store](https://itunes.apple.com/us/app/tldt-pages/id1071725095?ls=1&mt=8) [App Store](https://itunes.apple.com/us/app/tldt-pages/id1071725095?ls=1&mt=8)
- [Haskell client](https://github.com/psibi/tldr-hs): - Haskell clients:
- [tldr-hs](https://github.com/psibi/tldr-hs):
`stack install tldr` `stack install tldr`
or `apt-get install tldr` on Debian-based distributions or `apt-get install tldr` on Debian-based distributions
- [fast-tldr](https://github.com/gutjuri/fast-tldr)
- [Node.js client](https://github.com/tldr-pages/tldr-node-client): - [Node.js client](https://github.com/tldr-pages/tldr-node-client):
`npm install -g tldr` `npm install -g tldr`
- [OCaml client](https://github.com/RosalesJ/tldr-ocaml): `opam install tldr` - [OCaml client](https://github.com/RosalesJ/tldr-ocaml): `opam install tldr`