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