From 6851ddf757f7750f3e05d702a06bebc1b4234427 Mon Sep 17 00:00:00 2001 From: Florian Engelhardt Date: Thu, 22 Apr 2021 14:03:37 +0200 Subject: [PATCH] Add install into shop section --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3082e35..3735b66 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,14 @@ This skeleton will set you up with a $ composer create-project oxid-esales/graphql-module-skeleton ``` -This provides you with a basic GraphQL OXID module, that you may install into the shop via `composer`. +This provides you with a basic GraphQL OXID module. To install this freshly created module into your OXID eShop you can: + +```bash +$ composer config repositories.graphql path path-to-module/that-you-just-created +$ composer require my-vendor/my-package +``` + +Make sure that `my-vendor/my-package` matches the package name in the package `composer.json`. ## License