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