Skip to content

Commit d9602f7

Browse files
authored
Merge pull request #60 from afoucret/better-install-doc
Improved install doc.
2 parents 9b773ed + c69d563 commit d9602f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ You can install the module in your project by using this composer command from y
3636
composer require elastic/app-search-magento:1.0.0-beta1@beta
3737
```
3838

39+
Once the module is installed, you should clean your cache and update your Magento instance if already installed:
40+
41+
```bash
42+
bin/magento cache:clean
43+
bin/magento setup:upgrade
44+
```
45+
3946
## Usage
4047

4148
### Configuring App Search credentials

0 commit comments

Comments
 (0)