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