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