Skip to content

Commit 41ef216

Browse files
Merge #353
353: Update readme specifics for strapi v3 compatibilities r=bidoubiwa a=bidoubiwa Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 3c01934 + d23486a commit 41ef216

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,20 @@ To understand Strapi and how to create an app, see [Strapi's documentation](http
4646

4747
## 🔧 Installation
4848

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+
4953
Inside your Strapi app, add the package:
5054

5155
With `npm`:
5256
```bash
53-
npm install strapi-plugin-meilisearch
57+
npm install strapi-plugin-meilisearch@strapi_v3
5458
```
5559

5660
With `yarn`:
5761
```bash
58-
yarn add strapi-plugin-meilisearch
62+
yarn add strapi-plugin-meilisearch@strapi_v3
5963
```
6064

6165
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
434438

435439
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).
436440

437-
- Strapi v3.6.x
441+
- Strapi `>=v3.6.x <v4.x.x`
438442

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.)
440444

441445
**Supported Meilisearch versions**:
442446

0 commit comments

Comments
 (0)