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