From c07001929f5703e5fad6d56ef77a45d82ce7b3ac Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Tue, 28 Nov 2023 15:58:25 +0100 Subject: [PATCH] remove duplicate typo3 setup The Composer Create Project chapter should not show the TYPO3 setup command. --- Documentation/Installation/Install.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Documentation/Installation/Install.rst b/Documentation/Installation/Install.rst index 15f46eea..981584a5 100644 --- a/Documentation/Installation/Install.rst +++ b/Documentation/Installation/Install.rst @@ -38,20 +38,12 @@ At the root level of your web server, execute the following command: composer create-project typo3/cms-base-distribution example-project-directory "^12" - # Use console command to run the install process - # or use the Install Tool GUI (See below) - ./vendor/bin/typo3 setup - .. group-tab:: powershell .. code-block:: powershell composer create-project "typo3/cms-base-distribution:^12" example-project-directory - # Use console command to run the install process - # or use the Install Tool GUI (See below) - ./vendor/bin/typo3 setup - .. group-tab:: ddev .. code-block:: bash @@ -119,12 +111,16 @@ Interactive / guided setup (questions/answers): .. code-block:: bash + # Use console command to run the install process + # or use the Install Tool GUI (See below) ./vendor/bin/typo3 setup .. group-tab:: powershell .. code-block:: powershell + # Use console command to run the install process + # or use the Install Tool GUI (See below) ./vendor/bin/typo3 setup .. group-tab:: ddev