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