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