From eff4eae123ace271e975157da8e83d6ce74ad98c Mon Sep 17 00:00:00 2001 From: Shoichi Kaji Date: Mon, 4 Jan 2016 22:55:37 +0900 Subject: [PATCH] add a perl5 client --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 226a98804..b365eb1e8 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ You can access these pages on your computer using one of the following clients: - [R client](https://github.com/kirillseva/tldrrr): `devtools::install_github('kirillseva/tldrrr')` - [Dart client](https://github.com/hterkelsen/tldr): `pub global activate tldr` - [Web client](https://github.com/ostera/tldr.jsx): https://ostera.github.io/tldr.jsx +- [Perl5 client](https://github.com/shoichikaji/perl-tldr): `cpanm App::tldr` Let us know if you are building one and we can add it to this list!