From 06b412caa1aac08230c3acdfac00eaf9c72626e5 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Thu, 20 Apr 2017 14:55:00 +0100 Subject: [PATCH] Add DistroWatch web client (#1342) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b804ac44..77b37d085 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,9 @@ You can access these pages on your computer using one of the following clients: - Rust clients: - [rust-tldr](https://github.com/rilut/rust-tldr) (online lookup): `cargo install tldr` - [tealdeer](https://github.com/dbrgn/tealdeer) (fully featured client with offline cache): `cargo install tealdeer` -- [Web client](https://github.com/ostera/tldr.jsx): http://tldr.ostera.io/ +- Web clients: + - [tldr.jsx](https://github.com/ostera/tldr.jsx): http://tldr.ostera.io/ + - [DistroWatch](https://distrowatch.com/dwres.php?resource=man-pages) There is also a comprehensive [list of clients in our Wiki](https://github.com/tldr-pages/tldr/wiki/TLDR-clients).