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