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