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