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