Skip to content

Commit

Permalink
Improved installation instructions in README (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon authored Oct 25, 2023
1 parent 951997d commit 4403958
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ This package demonstrates how to integrate Ibexa DXP with custom PIM.

## Usage

A) Install `ibexa/example-in-memory-product-catalog` package
A) Install `ibexa/example-in-memory-product-catalog` package:

```sh
composer config repositories.remote-pim vcs https://github.com/ibexa/example-in-memory-product-catalog
composer require ibexa/example-in-memory-product-catalog:~4.6.0@dev
```

B) Configure new product catalog engine under `ibexa_product_catalog.engines.in_memory` key:

Expand Down

0 comments on commit 4403958

Please sign in to comment.