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