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