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