From 4738e7ff3772ca32e2e4959c0b4d7180cc69538e Mon Sep 17 00:00:00 2001 From: Daniel Speicher <daniel.speicher@bitegra-solutions.de> Date: Tue, 17 Nov 2020 14:38:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7614fb2..1390680 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The same test also works with other hosts where your public key is configured as Go to the project root for which you want to use **L3D** and execute the installed script: simply type `l3d` at the command prompt. -It will ask you for the PHP version (input `7.0`, `7.1`, `7.2`, `7.3` or `7.4`), the project name and template to be used. Then it will download the matching **L3D** image and start a container for you. +It will ask you for the PHP version (input `7.0`, `7.1`, `7.2`, `7.3` or `7.4`), the project name and template to be used. Then it will download the matching **L3D** image and start a container for you. Furthermore you can choose, if want to use composer 1 for some reason. The default is the version 2. Inside the container you'll find the directory `/drupal` which contains everything from your project's root. You can work from there by using these available tools: -- GitLab