From 044662c48df425b08e99aaabcb0777272329ccef Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Tue, 25 Aug 2015 15:35:20 -0700 Subject: [PATCH] Add DrupalConsole to readme file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9090d1138..42e8ab101c 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ When installing the given `composer.json` some tasks are taken care of: * Creates default writable versions of `settings.php` and `services.yml`. * Creates `sites/default/files`-directory. * Latest version of drush is installed locally for use at `vendor/bin/drush`. +* Latest version of DrupalConsole is installed locally for use at `vendor/bin/console`. ## Generate composer.json from existing project