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