Merge pull request #191 from Leandros/patch

add C++ client
waldyrious/alt-syntax
Romain Prieto 2014-05-13 09:11:09 +10:00
commit 8bdf521d3f
1 changed files with 1 additions and 0 deletions

View File

@ -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/tldr-pages/tldr-cpp-client): `brew tap tldr-pages/tldr && brew install tldr`
Let us know if you are building one and we can add it to this list!