Skip to content

Commit

Permalink
Update readme with install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanChepurnyi committed Aug 21, 2021
1 parent cb8dfaf commit e945a1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ Custom loaders should be added to `LoadService` object via DI configuration like
</arguments>
</type>
```

## Installation

Given EOL of Composer 1 all new packagist packages are not published for some time. So best way to keep your install up-to-date is to use Composer 2.0.
```bash
composer require ecomdev/magento2-product-data-preloader
```

0 comments on commit e945a1d

Please sign in to comment.