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