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