From 8538834d05294e0f38f35a45dd35ab42a51ab052 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 11 Jul 2017 17:22:33 +0200
Subject: [PATCH] Update readme

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 6152aeb..89f7345 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,8 @@ composer create-project lakedrops/d8-project [DIRNAME] --stability dev --no-inte
 
 This will build the full structure and create a git repository which you can then use during the full live-cycle of that project.
 
+To install a new site with the included default configuration, use `drush site-install config_installer` and you get a jump-start from that.
+
 ## Deploy project to upstream stages
 
 For deployment, both initially and for later updates, follow this:
-- 
GitLab