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