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
9 changes: 7 additions & 2 deletions Documentation/MinimalExample/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,13 @@ After you have created your site package extension you can uninstall :composer:`
ddev composer remove b13/make --dev

Before your brand new site package extension takes effect in your TYPO3
installation, you have to install it.
See chapter :ref:`Extension installation <t3sitepackage:extension-installation>`.
installation, you have to install it:

.. code-block:: bash

ddev composer req t3docs/site-package:"@dev"

See also chapter :ref:`Extension installation <t3sitepackage:extension-installation>`.

.. _minimal-extension-siteset:

Expand Down