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