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