From de544a4c1855484a8672431684af7c70d85cccb8 Mon Sep 17 00:00:00 2001 From: sushmangupta Date: Wed, 27 May 2026 16:19:51 +0200 Subject: [PATCH 1/2] Update requirements with additional info --- guides/installation/system-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/installation/system-requirements.md b/guides/installation/system-requirements.md index 929803f44..ca1487241 100644 --- a/guides/installation/system-requirements.md +++ b/guides/installation/system-requirements.md @@ -42,7 +42,7 @@ Example command: sudo usermod -aG docker $USER ``` -Once your environment meets these requirements, [installation](../../guides/installation/index.md) is possible. +Once your environment meets these requirements, [installation](../../guides/installation/index.md) is possible. This installation path focuses on a Docker-based setup. If you want to install Shopware directly in a local environment from scratch, please refer to the [software requirements and hosting guide](../../guides/hosting/) instead. :::info For alternative installation approaches, see the documentation on [legacy setups](./legacy-setups/index.md). These methods are no longer recommended for new projects. From 936025b525ed5e3a97da45f518df2807158c1671 Mon Sep 17 00:00:00 2001 From: Su <112690947+sushmangupta@users.noreply.github.com> Date: Wed, 27 May 2026 16:26:51 +0200 Subject: [PATCH 2/2] Update guides/installation/system-requirements.md Co-authored-by: Micha Hobert --- guides/installation/system-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/installation/system-requirements.md b/guides/installation/system-requirements.md index ca1487241..84f214954 100644 --- a/guides/installation/system-requirements.md +++ b/guides/installation/system-requirements.md @@ -42,7 +42,7 @@ Example command: sudo usermod -aG docker $USER ``` -Once your environment meets these requirements, [installation](../../guides/installation/index.md) is possible. This installation path focuses on a Docker-based setup. If you want to install Shopware directly in a local environment from scratch, please refer to the [software requirements and hosting guide](../../guides/hosting/) instead. +Once your environment meets these requirements, [installation](../../guides/installation/index.md) is possible. This installation path focuses on a Docker-based setup. If you want to install Shopware from scratch, please refer to the [software requirements and hosting guide](../../guides/hosting/) instead. :::info For alternative installation approaches, see the documentation on [legacy setups](./legacy-setups/index.md). These methods are no longer recommended for new projects.