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