Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 490 Bytes

getting-the-project.md

File metadata and controls

18 lines (14 loc) · 490 Bytes

Getting the project

Fork

Fork your own copy of the Console repository to your account

Clone

Get a copy of your recently cloned version of console in your machine.

$ git clone [email protected]:[your-git-user-here]/drupal-console.git

Install dependencies

Now that you have cloned the project, you need to download dependencies via Composer.

$ cd /path/to/drupal-console
$ composer install