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