From 602b678e00a7ee7781a6b6500c9ec761b2fc209b Mon Sep 17 00:00:00 2001 From: Guruk13 Date: Thu, 16 Apr 2020 11:28:00 +0200 Subject: [PATCH] Update README.md Added instruction to generate database --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c6a5771..65acfed 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,13 @@ composer create-project drupal-composer/drupal-project:8.x-dev drupal --stabilit ```bash docker-compose up --build -d ``` +#### Ready the database +The following will use the **helper scripts** to generate the database from your .env + +```bash +./scripts/mysql create +``` + #### Install Drupal 8