From e8d5b8618a224b17a7ec54eb35513818a87d5832 Mon Sep 17 00:00:00 2001 From: Barbara Date: Tue, 9 Sep 2025 17:47:01 +0200 Subject: [PATCH] Update Install.rst While using the command I got a message saying only `create`is deprecated. Updated to `create-project` --- Documentation/Installation/Install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Installation/Install.rst b/Documentation/Installation/Install.rst index a268e8f3..ed886080 100644 --- a/Documentation/Installation/Install.rst +++ b/Documentation/Installation/Install.rst @@ -58,7 +58,7 @@ Execute this Composer command in the web server's root directory. ddev start # Fetch a basic TYPO3 installation composer.json - ddev composer create "typo3/cms-base-distribution:^11" --no-install -y + ddev composer create-project "typo3/cms-base-distribution:^11" --no-install -y # And do the installation ddev composer install