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