From 4f2ee9e07b66a483b7dcbec94597bb48e6f3840f Mon Sep 17 00:00:00 2001 From: Juri Date: Tue, 20 Oct 2020 13:15:14 +0200 Subject: [PATCH] README: add fast-tldr Haskell client (#4754) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53f991cd0..1a31afa53 100644 --- a/README.md +++ b/README.md @@ -109,9 +109,12 @@ both for the command line and for other platforms: [App Store](https://appsto.re/sg/IQ0-_.i) - [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) -- [Haskell client](https://github.com/psibi/tldr-hs): +- Haskell clients: + - [tldr-hs](https://github.com/psibi/tldr-hs): `stack install tldr` 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): `npm install -g tldr` - [OCaml client](https://github.com/RosalesJ/tldr-ocaml): `opam install tldr`