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