From b9e48433bea31b4cdaaa7a4f445d41e0e977bdd8 Mon Sep 17 00:00:00 2001 From: Alexandre Rafalovitch Date: Fri, 18 Sep 2020 15:00:40 -0400 Subject: [PATCH] Add option to not include .git directory with the module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23a0c07..c032c51 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Installation Instructions ], ``` 2. Install the package (pay attention to package name): - > $ composer require "drupal/gbifstats" + > $ composer require --prefer-dist "drupal/gbifstats" 3. Enable it for the appropriate site: > $ drush @site-alias en gbifstats