From 09757504861879407520d311caaf7aae1a5c3fe1 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Wed, 8 Feb 2017 14:13:49 -0800 Subject: [PATCH] Update install instructions. (#22) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e709ff..eeb26de 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ NOTES: For instructions about installing the [Drupal Console Launcher](https://g cd ~/.console/ composer create-project \ -drupal/console-extend:dev-master extend \ +drupal/console-extend extend \ --no-interaction ``` +NOTE: You can use `--keep-vcs` to prevent deletion of `.git` directory. ### Update this project ```