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