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