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) · 396 Bytes

getting-the-project.md

File metadata and controls

18 lines (14 loc) · 396 Bytes

获取项目

Fork

Fork Drupal Console 到你自己的账号

克隆

克隆 Fork 后的版本到本地

$ git clone [email protected]:[你的github用户账号]/drupal-console.git

安装依赖

克隆完项目,你需要使用 Composer 下载依赖

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