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