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