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