Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Jun 24, 2020
1 parent b8a4ab2 commit 1582663
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ $ composer require oxid-esales/graphql-catalogue --no-update
$ composer update
```

After requiring the module, you need to head over to the OXID eShop admin and activate the GraphQL Catalogue module. If you did not had the `oxid-esales/graphql-base` module already installed, composer will do that for you, but don't forget to also activate the modules.
If you didn't have the `oxid-esales/graphql-base` module installed, composer will do that for you.

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
Expand Down

0 comments on commit 1582663

Please sign in to comment.