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