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