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