diff --git a/Documentation/MinimalExample/Index.rst b/Documentation/MinimalExample/Index.rst index fd2fbbd9..438d7396 100644 --- a/Documentation/MinimalExample/Index.rst +++ b/Documentation/MinimalExample/Index.rst @@ -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 `. +installation, you have to install it: + +.. code-block:: bash + + ddev composer req t3docs/site-package:"@dev" + +See also chapter :ref:`Extension installation `. .. _minimal-extension-siteset: