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