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