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