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