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