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