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