From 2030c107bfd79cdc9b8c76e5ec6616e3264eab3b Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 14 Jul 2020 23:30:39 +0200 Subject: [PATCH] update installation instructions for OXID 6.2 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b32e63..2c43b92 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ if the Paypal module is not used and should be removed from the shop installatio ``` 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 ``` @@ -25,6 +26,7 @@ if the Paypal module is not used and should be removed from the shop installatio 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 ```