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