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