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