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