You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,16 +46,20 @@ To understand Strapi and how to create an app, see [Strapi's documentation](http
46
46
47
47
## 🔧 Installation
48
48
49
+
This package version works with the [v3 of Strapi](https://github.com/strapi/strapi/tree/v3.6.9).
50
+
If you are using [Strapi v4](https://github.com/strapi/strapi/tree/v4.1.3), please refer to [this README](https://github.com/meilisearch/strapi-plugin-meilisearch/tree/main).
51
+
52
+
49
53
Inside your Strapi app, add the package:
50
54
51
55
With `npm`:
52
56
```bash
53
-
npm install strapi-plugin-meilisearch
57
+
npm install strapi-plugin-meilisearch@strapi_v3
54
58
```
55
59
56
60
With `yarn`:
57
61
```bash
58
-
yarn add strapi-plugin-meilisearch
62
+
yarn add strapi-plugin-meilisearch@strapi_v3
59
63
```
60
64
61
65
To apply the plugin to Strapi, a re-build is needed:
@@ -434,9 +438,9 @@ This command will install the required dependencies and launch the app in develo
434
438
435
439
Complete installation requirements are the same as for Strapi itself and can be found in the documentation under [installation Requirements](https://strapi.io/documentation/v3.x/installation/cli.html#step-1-make-sure-requirements-are-met).
436
440
437
-
- Strapi v3.6.x
441
+
- Strapi `>=v3.6.x <v4.x.x`
438
442
439
-
(This plugin may work with the older Strapi versions, but these are not tested nor officially supported at this time.)
443
+
(This plugin **may work** with the older Strapi versions, but these are not tested nor officially supported at this time.)
0 commit comments