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