From 83d31f87c0bdbccff1905bf76665b38e77a6a6f8 Mon Sep 17 00:00:00 2001 From: alexpott Date: Wed, 10 Jan 2024 09:52:47 +0000 Subject: [PATCH] Improve install instructions (#74) --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 539262c..447cebe 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ # Thunder development installation To install the Thunder Distribution for development create the thunder-develop project: - composer create-project thunder/thunder-develop -s dev + composer create-project thunder/thunder-develop --keep-vcs --no-install -s dev cd thunder-develop -This will install thunder into the docroot folder. The actual -distribution repository will be cloned into docroot/profiles/contrib/thunder. - ## Ddev Environment Start the ddev environment for local site install: