diff --git a/Documentation/Installation/Install.rst b/Documentation/Installation/Install.rst index e9a7cff4..26b0eef1 100644 --- a/Documentation/Installation/Install.rst +++ b/Documentation/Installation/Install.rst @@ -50,15 +50,7 @@ of preconfigured projects. .. code-block:: bash - ddev config --php-version 8.3 - - # Give the following answers when prompted: - - Project name (t3example): - - Docroot Location (current directory): public - - Project Type [php, typo3, ...] (php): typo3 + ddev config --php-version 8.3 --docroot public --project-type typo3 Docroot Location Is the folder containing files that have to be reached by @@ -71,12 +63,6 @@ Project Type The PHP version (:yaml:`php_version`) should be set manually to the required version in :file:`.ddev/config.yaml`. -Alternatively you can skip the prompt by supplying all of the required parameters in a single command: - -.. code-block:: bash - - ddev config --project-type=typo3 --docroot=public --php-version 8.3 - Start the project -----------------