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