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