diff --git a/README.md b/README.md index 4efd344c..0939e346 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,9 @@ $ composer require oxid-esales/graphql-base ^8.0.0 After requiring the module, you need to activate it, either via OXID eShop admin or CLI. ```bash -$ ./bin/oe-console oe:module:activate oe_graphql_base +$ bin/oe-console oe:module:activate oe_graphql_base + +$ vendor/bin/oe-eshop-doctrine_migration migration:migrate oe_graphql_base ``` ### How to use