From 0771931de455362b105911e40655bfbcae258609 Mon Sep 17 00:00:00 2001 From: Giuseppe Morelli Date: Tue, 26 Jan 2021 10:22:31 +0100 Subject: [PATCH] Update composer command install See solution on issue #49 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3097e48..d189d6e 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,11 @@ The corresponding version of the Smart Category Kit will be installed automatica 2. Enter following commands to install module: ```bash - composer require faonni/module-smart-category-kit + composer require faonni/module-smart-category-kit 2.3.* + composer require faonni/module-smart-category-kit 2.2.* + composer require faonni/module-smart-category-kit 2.1.* ``` - Wait while dependencies are updated. + Choose one based on your Magento version and wait while dependencies are updated. #### Manual Installation @@ -95,4 +97,4 @@ This works only with modules defined as Composer packages. ```bash php bin/magento setup:upgrade php bin/magento setup:di:compile - php bin/magento setup:static-content:deploy (optional) \ No newline at end of file + php bin/magento setup:static-content:deploy (optional)