Skip to content

Commit

Permalink
remove duplicate typo3 setup
Browse files Browse the repository at this point in the history
The Composer Create Project chapter should not show the TYPO3 setup command.
  • Loading branch information
franzholz authored and github-actions[bot] committed Nov 28, 2023
1 parent b796019 commit c070019
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Documentation/Installation/Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c070019

Please sign in to comment.