Skip to content
Open
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
2 changes: 1 addition & 1 deletion 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