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