Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update composer command install #57

Merged
merged 1 commit into from
Jan 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
php bin/magento setup:static-content:deploy (optional)