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