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