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