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