From 2b6de1bc84a8203d3a5f2ffded06aa51aa506b8f Mon Sep 17 00:00:00 2001 From: Leandros Linux Date: Sat, 26 Apr 2014 00:44:04 +0200 Subject: [PATCH] add C++ client --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6556b3c1c..64f98553d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ You can access these pages on your computer using one of the following clients: - [Python client](https://github.com/felixonmars/tldr-python-client) : `pip install tldr` - [Go client](https://github.com/pranavraja/tldr) : `go get github.com/pranavraja/tldr` or [platform binaries](https://github.com/pranavraja/tldr/releases) - [Exilir client](https://github.com/edgurgel/tldr): binaries available soon +- [C++ client](https://github.com/leandros/tldr-cpp-client): `brew tap leandros/tldr && brew install tldr` Let us know if you are building one and we can add it to this list!