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