How to download and setup td
Open terminal and run command
git clone https://github.com/gotd/td.git
git clone is used to create a copy or clone of td 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 td https://github.com/gotd/td/archive/master.zip
Or simply clone td with SSH
[email protected]:gotd/td.git