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