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