From 82ad4918783f7ecd3d009da6b8df529c3c560e89 Mon Sep 17 00:00:00 2001 From: Marcelo Date: Tue, 1 May 2018 00:17:15 +0100 Subject: [PATCH] Updated instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 822705a4af..c5b94ebd64 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,14 @@ > Optimized to use with Docker and DrupalConsole. -### Clone repository +### Creating a Drupal site from project ``` -git clone https://github.com/weknowinc/drupal-project +composer create-project weknowinc/drupal-project /some-dir --stability dev --prefer-dist --no-interaction ``` ### Copy and rename the `.env.dist` file ``` +cd /some-dir cp .env.dist .env ``` @@ -55,4 +56,4 @@ We based the docker configuration of this repository on the [Drupal4Docker](http We based the composer configuration on the [drupal-composer/drupal-project](https://github.com/drupal-composer/drupal-project) project. -Click here for info about [composer](composer.md). \ No newline at end of file +Click here for info about [composer](composer.md).