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