mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-10 22:24:25 +00:00
29 lines
520 B
Markdown
29 lines
520 B
Markdown
# TL;DR
|
|
|
|
## Table of contents <!-- omit in toc -->
|
|
|
|
1. [TL;DR](#tldr-1)
|
|
1. [Further readings](#further-readings)
|
|
|
|
## TL;DR
|
|
```sh
|
|
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
|
|
|
|
<!--
|
|
References
|
|
-->
|
|
|
|
<!-- Upstream -->
|
|
[github]: https://github.com/tldr-pages/tldr
|
|
[live demo]: https://tldr.ostera.io
|
|
[website]: https://tldr.sh/
|