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