Added tldr notes to the knowledge base

This commit is contained in:
Michele Cereda
2022-04-17 20:35:58 +02:00
parent ef36b51795
commit b7a5aa6365

17
knowledge base/tldr.md Normal file
View File

@@ -0,0 +1,17 @@
# TL;DR
```shell
pip3 install tldr # official python client
brew install tealdeer # rust client
sudo port install tldr-cpp-client # c++ client
```
## Further readings
- [website]
- [live demo]
- project's [github] page
[github]: https://github.com/tldr-pages/tldr
[live demo]: https://tldr.ostera.io
[website]: https://tldr.sh/