diff --git a/Documentation/FirstProject/CreateSitePackage.rst b/Documentation/FirstProject/CreateSitePackage.rst index 9acb8fdd..99b71c8f 100644 --- a/Documentation/FirstProject/CreateSitePackage.rst +++ b/Documentation/FirstProject/CreateSitePackage.rst @@ -23,12 +23,26 @@ To create a site package, you have two main options: the detailed instructions int the :ref:`TYPO3 site package tutorial `. -* Using the `Sitepackage-Builder `__: +* Using the `Sitepackage-Builder `__: If you are looking for a faster start, the Sitepackage-Builder is a handy tool. You can choose whether your site package should be based on the `Bootstrap Package `__ or :ref:`fluid_styled_content `. + + Fill in the fields in the form, download the site package and save it + in the :path:`packages` directory. Then require the site package using Composer: + .. code-block:: bash + + composer require vendor\sitepackagename + + and include the sets in your `site configuration `_. + + .. figure:: /Images/ManualScreenshots/CreateSitePackage/SitePackageBuilder.png + :alt: Screenshot of the site package builder at get.typo3.org demonstrating the installation steps + + Click on "Composer-based TYPO3 installation" for the commands to install the site package + .. _pros-and-cons-of-sitepackage-builder: diff --git a/Documentation/Images/ManualScreenshots/CreateSitePackage/SitePackageBuilder.png b/Documentation/Images/ManualScreenshots/CreateSitePackage/SitePackageBuilder.png new file mode 100644 index 00000000..972818d4 Binary files /dev/null and b/Documentation/Images/ManualScreenshots/CreateSitePackage/SitePackageBuilder.png differ