Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/Installation/Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ TYPO3 via Composer, and run the setup. Copy and paste them into your terminal.
ddev start

# Install TYPO3 via Composer
ddev composer create "typo3/cms-base-distribution:^13"
ddev composer create-project "typo3/cms-base-distribution:^13"

# Run TYPO3 CLI setup (database credentials are pre-filled)
ddev typo3 setup --server-type=other --driver=mysqli --host=db --port=3306 --dbname=db --username=db --password=db
Expand Down Expand Up @@ -141,7 +141,7 @@ Install TYPO3 using Composer:

.. code-block:: bash

ddev composer create "typo3/cms-base-distribution:^13"
ddev composer create-project "typo3/cms-base-distribution:^13"

You now have a **Composer-based TYPO3 installation**.

Expand Down