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