Skip to content

Commit 28f8ad7

Browse files
[TASK] Improve reading flow of DDEV setup instructions (#371)
Moves the notice box below the three important items. Uses highlighting. Closes #370
1 parent f08e501 commit 28f8ad7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/Appendix/SettingUpTypo3Ddev.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ TYPO3 Core contribution setup with DDEV
2525
environments based on Docker.
2626

2727
Here is a description of how you can use DDEV to setup a working TYPO3
28-
installation using the cloned TYPO3 CMS Git repository.
28+
installation using the cloned TYPO3 CMS git repository.
2929

3030
You don't need to have a Webserver, a Database or PHP running on your system.
3131
Everything will be supplied by DDEV. In fact, if you do have a Webserver
@@ -35,20 +35,20 @@ change the ports in the :ref:`ddev config <ddev-configure>`).
3535
Prerequisites
3636
=============
3737

38-
* Install Docker and other
38+
* Install **Docker** and other
3939
`ddev system requirements <https://ddev.readthedocs.io/en/latest/#system-requirements>`__.
4040

41-
* Install DDEV as described in the
41+
* Install **DDEV** as described in the
4242
`Installation <https://ddev.readthedocs.io/en/latest/#installation>`__
4343
instructions.
4444

45+
* You have **cloned the TYPO3 git repository** as described in :ref:`git-clone` and
46+
have **switched to the directory** which contains the local git repository.
47+
4548
.. note::
4649

4750
Composer and npm can run inside of DDEV, so there is no need to set them up locally.
4851

49-
* You have cloned the TYPO3 git repository as described in :ref:`git-clone` and
50-
have switched to the directory which contains the local Git repository.
51-
5252
.. _ddev-configure:
5353

5454
Configure DDEV

0 commit comments

Comments
 (0)