From 559f622be02a57d16d12ec0032ea36a467db3e1b Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 15 Jul 2020 10:37:21 +0200 Subject: [PATCH] update installation instructions for OXID 6.2 --- README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2c43b92..bb755f9 100644 --- a/README.md +++ b/README.md @@ -11,24 +11,17 @@ if the Paypal module is not used and should be removed from the shop installatio `composer require d3/oxid-paypal-replacement --update-no-dev` -* OXID eShop 6.2 only: - - ``` - composer require -n oxid-esales/oxideshop-update-component --update-no-dev - composer require -n oxid-esales/developer-tools --update-no-dev - vendor/bin/oe-console oe:module:reset-configurations - ``` - * Manually remove the files from source/modules/oe/oepaypal. * OXID eShop 6.2 only: ``` + composer require -n oxid-esales/oxideshop-update-component oxid-esales/developer-tools --update-no-dev + vendor/bin/oe-console oe:module:reset-configurations vendor/bin/oe-console oe:oxideshop-update-component:install-all-modules - vendor/bin/oe-console oe:oxideshop-update-component:transfer-module-data - - composer remove -n oxid-esales/developer-tools --update-no-dev - composer remove -n oxid-esales/oxideshop-update-component --update-no-dev + composer remove -n oxid-esales/oxideshop-update-component oxid-esales/developer-tools --update-no-dev ``` + + Please ignore "not readable file" message. ## Uninstall