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