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