How to download and setup tldr
Open terminal and run command
git clone https://github.com/isacikgoz/tldr.git
git clone is used to create a copy or clone of tldr repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with tldr https://github.com/isacikgoz/tldr/archive/master.zip
Or simply clone tldr with SSH
[email protected]:isacikgoz/tldr.git