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