From 42ea3efe466a8934f4852e7f1ccea006528e8b8f Mon Sep 17 00:00:00 2001 From: fleurami <38048487+fleurami@users.noreply.github.com> Date: Thu, 29 Apr 2021 16:44:47 +0200 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4733fad..b8464ab 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ # oxid_patches -You will need them +How many times you have thought about OXID and "Do you want to ..." -> YES +Don't do it again! + +# first add this to your main composer file +composer require cweagans/composer-patches + +# add this to your main composer file + "extra": { + "patches": { + "oxid-esales/oxideshop-composer-plugin": { + "Don't ask, simple install all new": "https://raw.githubusercontent.com/fleurami/oxid_patches/main/OxidAskYes.patch" + } + }, + "enable-patching": true + } + }, + +# run this command +composer install + +Enjoy!