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