From 3c262ca96d8e46668a02fb4125de06bbd8dc5fe0 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 15 Jul 2020 15:20:41 +0200 Subject: [PATCH] update installation instructions for OXID 6.2 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2de42ae..706308a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,16 @@ if the PAYONE module is not used and should be removed from the shop installatio `composer require d3/oxid-payone-replacement --update-no-dev` * Manually remove the files from source/modules/fc/fcpayone. +* 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 + composer remove -n oxid-esales/oxideshop-update-component oxid-esales/developer-tools --update-no-dev + ``` + + Please ignore "not readable file" message. ## Uninstall