1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 17:17:56 +01:00

add C++ client

This commit is contained in:
Leandros Linux 2014-04-26 00:44:04 +02:00
parent 84900a0fa8
commit 2b6de1bc84

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/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!